Html Css Color HEX #561CCC Purple Heart

📋 copy color: '#561CCC'

red 86 ◦ green 28 ◦ blue 204

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

Shades of Purple Heart #561CCC

Tints of Purple Heart #561CCC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.81%

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

R = 27.04%
G = 8.81%
B = 64.15%

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

#561CCC (or 0x561CCC) is known color: Purple Heart. HEX triplet: 56, 1C and CC. RGB value is (86,28,204). Sum of RGB (Red+Green+Blue) = 86+28+204=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #561CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561CCC is #A9E333. Grayscale: #404040. Windows color (decimal): -11133748 or 13376598. OLE color: 13376598.

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

Color convert

RGB 86 28 204 -
CMYK 0.58 0.86 0 0.2
HSL 259.77º 0.76% 0.45% -
HSV(B) 259.77º 0.86% 0.8% -
XYZ 15.15 7.17 57.71 -
YUV 65.41 206.22 142.69 -
System Red Green Blue C M Y K H S L
Decimal 86 28 204 0.58 0.86 0 0.2 259.77 0.76 0.45
Hex 56 1C CC 3A 56 0 14 104 4C 2D
Octal 126 34 314 72 126 0 24 404 114 55
Binary 1010110 11100 11001100 111010 1010110 0 10100 100000100 1001100 101101

Color Harmonies of #561CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561CCC

Black with #561CCC

Text Example


Text Example

White with #561CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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