Html Css Color HEX #561FCE Purple Heart

📋 copy color: '#561FCE'

red 86 ◦ green 31 ◦ blue 206

#561FCE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #561FCE

Tints of Purple Heart #561FCE

RGB

 RED value IS 86 (33.98% from 255) = 26.63%

 GREEN value IS 31 (12.5% from 255) = 9.6%

 BLUE value IS 206 (80.86% from 255) = 63.78%

R = 26.63%
G = 9.6%
B = 63.78%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#561FCE (or 0x561FCE) is known color: Purple Heart. HEX triplet: 56, 1F and CE. RGB value is (86,31,206). Sum of RGB (Red+Green+Blue) = 86+31+206=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 206 (80.86% from 255 or 63.78% from 323); Max value from RGB is 206 - color contains mainly: blue. Hex color #561FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561FCE is #A9E031. Grayscale: #424242. Windows color (decimal): -11132978 or 13508438. OLE color: 13508438.

HSL color Cylindrical-coordinate representation of color #561FCE: hue angle of 258.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #561FCE is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 31 206 -
CMYK 0.58 0.85 0 0.19
HSL 258.86º 0.74% 0.46% -
HSV(B) 258.86º 0.85% 0.81% -
XYZ 15.47 7.41 59.01 -
YUV 67.4 206.22 141.27 -
System Red Green Blue C M Y K H S L
Decimal 86 31 206 0.58 0.85 0 0.19 258.86 0.74 0.46
Hex 56 1F CE 3A 55 0 13 103 4A 2E
Octal 126 37 316 72 125 0 23 403 112 56
Binary 1010110 11111 11001110 111010 1010101 0 10011 100000011 1001010 101110

Color Harmonies of #561FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561FCE

Black with #561FCE

Text Example


Text Example

White with #561FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561FCE; }

 p { color: rgb(86,31,206); }

 H1.HeaderClassName
 {
   color: #561FCE;
 }
 .AnyTagClassName
 {
   color: #561FCE;
 }
</style>

background-color css

<style>
 a { background-color: #561FCE; }

 a { background-color: rgb(86,31,206); }

 div.DivClassName
 {
   background-color: #561FCE;
 }
 .BgClassName
 {
   background-color: #561FCE;
 }
</style>

border-color css

<style>
 span { border-color: #561FCE; }

 span { border-color: rgb(86,31,206); }

 td.TdClassName
 {
   border-color: #561FCE;
 }
 .TagClassName
 {
   border-color: #561FCE;
 }
</style>