Html Css Color HEX #561BD6 Purple Heart

📋 copy color: '#561BD6'

red 86 ◦ green 27 ◦ blue 214

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

Shades of Purple Heart #561BD6

Tints of Purple Heart #561BD6

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.26%

 BLUE value IS 214 (83.98% from 255) = 65.44%

R = 26.3%
G = 8.26%
B = 65.44%

CMYK

 C value IS 0.60

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#561BD6 (or 0x561BD6) is known color: Purple Heart. HEX triplet: 56, 1B and D6. RGB value is (86,27,214). Sum of RGB (Red+Green+Blue) = 86+27+214=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 27 (10.94% from 255 or 8.26% from 327); Blue value is 214 (83.98% from 255 or 65.44% from 327); Max value from RGB is 214 - color contains mainly: blue. Hex color #561BD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561BD6 is #A9E429. Grayscale: #414141. Windows color (decimal): -11133994 or 14031702. OLE color: 14031702.

HSL color Cylindrical-coordinate representation of color #561BD6: hue angle of 258.93º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #561BD6 is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 86 27 214 -
CMYK 0.60 0.87 0 0.16
HSL 258.93º 0.78% 0.47% -
HSV(B) 258.93º 0.87% 0.84% -
XYZ 16.37 7.62 64.23 -
YUV 65.96 211.55 142.29 -
System Red Green Blue C M Y K H S L
Decimal 86 27 214 0.60 0.87 0 0.16 258.93 0.78 0.47
Hex 56 1B D6 3C 57 0 10 103 4E 2F
Octal 126 33 326 74 127 0 20 403 116 57
Binary 1010110 11011 11010110 111100 1010111 0 10000 100000011 1001110 101111

Color Harmonies of #561BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561BD6

Black with #561BD6

Text Example


Text Example

White with #561BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,27,214); }

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

background-color css

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

 a { background-color: rgb(86,27,214); }

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

border-color css

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

 span { border-color: rgb(86,27,214); }

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