Html Css Color HEX #561DCC Purple Heart

📋 copy color: '#561DCC'

red 86 ◦ green 29 ◦ blue 204

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

Shades of Purple Heart #561DCC

Tints of Purple Heart #561DCC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.09%

 BLUE value IS 204 (80.08% from 255) = 63.95%

R = 26.96%
G = 9.09%
B = 63.95%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#561DCC (or 0x561DCC) is known color: Purple Heart. HEX triplet: 56, 1D and CC. RGB value is (86,29,204). Sum of RGB (Red+Green+Blue) = 86+29+204=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #561DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561DCC is #A9E233. Grayscale: #414141. Windows color (decimal): -11133492 or 13376854. OLE color: 13376854.

HSL color Cylindrical-coordinate representation of color #561DCC: hue angle of 259.54º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #561DCC is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 86 29 204 -
CMYK 0.58 0.86 0 0.2
HSL 259.54º 0.75% 0.46% -
HSV(B) 259.54º 0.86% 0.8% -
XYZ 15.18 7.22 57.72 -
YUV 65.99 205.88 142.27 -
System Red Green Blue C M Y K H S L
Decimal 86 29 204 0.58 0.86 0 0.2 259.54 0.75 0.46
Hex 56 1D CC 3A 56 0 14 104 4B 2E
Octal 126 35 314 72 126 0 24 404 113 56
Binary 1010110 11101 11001100 111010 1010110 0 10100 100000100 1001011 101110

Color Harmonies of #561DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561DCC

Black with #561DCC

Text Example


Text Example

White with #561DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,29,204); }

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

background-color css

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

 a { background-color: rgb(86,29,204); }

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

border-color css

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

 span { border-color: rgb(86,29,204); }

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