Html Css Color HEX #561ECC Purple Heart

📋 copy color: '#561ECC'

red 86 ◦ green 30 ◦ blue 204

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

Shades of Purple Heart #561ECC

Tints of Purple Heart #561ECC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.38%

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

R = 26.88%
G = 9.38%
B = 63.75%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#561ECC (or 0x561ECC) is known color: Purple Heart. HEX triplet: 56, 1E and CC. RGB value is (86,30,204). Sum of RGB (Red+Green+Blue) = 86+30+204=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #561ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561ECC is #A9E133. Grayscale: #414141. Windows color (decimal): -11133236 or 13377110. OLE color: 13377110.

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

Color convert

RGB 86 30 204 -
CMYK 0.58 0.85 0 0.2
HSL 259.31º 0.74% 0.46% -
HSV(B) 259.31º 0.85% 0.8% -
XYZ 15.2 7.27 57.73 -
YUV 66.58 205.55 141.85 -
System Red Green Blue C M Y K H S L
Decimal 86 30 204 0.58 0.85 0 0.2 259.31 0.74 0.46
Hex 56 1E CC 3A 55 0 14 103 4A 2E
Octal 126 36 314 72 125 0 24 403 112 56
Binary 1010110 11110 11001100 111010 1010101 0 10100 100000011 1001010 101110

Color Harmonies of #561ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561ECC

Black with #561ECC

Text Example


Text Example

White with #561ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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