Html Css Color HEX #560FCC Purple Heart

📋 copy color: '#560FCC'

red 86 ◦ green 15 ◦ blue 204

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

Shades of Purple Heart #560FCC

Tints of Purple Heart #560FCC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.92%

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

R = 28.2%
G = 4.92%
B = 66.89%

CMYK

 C value IS 0.58

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#560FCC (or 0x560FCC) is known color: Purple Heart. HEX triplet: 56, 0F and CC. RGB value is (86,15,204). Sum of RGB (Red+Green+Blue) = 86+15+204=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #560FCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560FCC is #A9F033. Grayscale: #393939. Windows color (decimal): -11137076 or 13373270. OLE color: 13373270.

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

Color convert

RGB 86 15 204 -
CMYK 0.58 0.93 0 0.2
HSL 262.54º 0.86% 0.43% -
HSV(B) 262.54º 0.93% 0.8% -
XYZ 14.91 6.68 57.63 -
YUV 57.78 210.52 148.13 -
System Red Green Blue C M Y K H S L
Decimal 86 15 204 0.58 0.93 0 0.2 262.54 0.86 0.43
Hex 56 F CC 3A 5D 0 14 107 56 2B
Octal 126 17 314 72 135 0 24 407 126 53
Binary 1010110 1111 11001100 111010 1011101 0 10100 100000111 1010110 101011

Color Harmonies of #560FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560FCC

Black with #560FCC

Text Example


Text Example

White with #560FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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