Html Css Color HEX #561FCC Purple Heart

📋 copy color: '#561FCC'

red 86 ◦ green 31 ◦ blue 204

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

Shades of Purple Heart #561FCC

Tints of Purple Heart #561FCC

RGB

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

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

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

R = 26.79%
G = 9.66%
B = 63.55%

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

#561FCC (or 0x561FCC) is known color: Purple Heart. HEX triplet: 56, 1F and CC. RGB value is (86,31,204). Sum of RGB (Red+Green+Blue) = 86+31+204=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 31 (12.5% from 255 or 9.66% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #561FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561FCC is #A9E033. Grayscale: #424242. Windows color (decimal): -11132980 or 13377366. OLE color: 13377366.

HSL color Cylindrical-coordinate representation of color #561FCC: hue angle of 259.08º 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 #561FCC is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 86 31 204 -
CMYK 0.58 0.85 0 0.2
HSL 259.08º 0.74% 0.46% -
HSV(B) 259.08º 0.85% 0.8% -
XYZ 15.23 7.32 57.74 -
YUV 67.17 205.22 141.43 -
System Red Green Blue C M Y K H S L
Decimal 86 31 204 0.58 0.85 0 0.2 259.08 0.74 0.46
Hex 56 1F CC 3A 55 0 14 103 4A 2E
Octal 126 37 314 72 125 0 24 403 112 56
Binary 1010110 11111 11001100 111010 1010101 0 10100 100000011 1001010 101110

Color Harmonies of #561FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561FCC

Black with #561FCC

Text Example


Text Example

White with #561FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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