Html Css Color HEX #560ABC Purple Heart

📋 copy color: '#560ABC'

red 86 ◦ green 10 ◦ blue 188

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

Shades of Purple Heart #560ABC

Tints of Purple Heart #560ABC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.52%

 BLUE value IS 188 (73.83% from 255) = 66.2%

R = 30.28%
G = 3.52%
B = 66.2%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#560ABC (or 0x560ABC) is known color: Purple Heart. HEX triplet: 56, 0A and BC. RGB value is (86,10,188). Sum of RGB (Red+Green+Blue) = 86+10+188=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #560ABC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560ABC is #A9F543. Grayscale: #343434. Windows color (decimal): -11138372 or 12323414. OLE color: 12323414.

HSL color Cylindrical-coordinate representation of color #560ABC: hue angle of 265.62º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560ABC is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 86 10 188 -
CMYK 0.54 0.95 0 0.26
HSL 265.62º 0.9% 0.39% -
HSV(B) 265.62º 0.95% 0.74% -
XYZ 13.02 5.83 48.02 -
YUV 53.02 204.18 151.53 -
System Red Green Blue C M Y K H S L
Decimal 86 10 188 0.54 0.95 0 0.26 265.62 0.9 0.39
Hex 56 A BC 36 5F 0 1A 10A 5A 27
Octal 126 12 274 66 137 0 32 412 132 47
Binary 1010110 1010 10111100 110110 1011111 0 11010 100001010 1011010 100111

Color Harmonies of #560ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560ABC

Black with #560ABC

Text Example


Text Example

White with #560ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,10,188); }

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

background-color css

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

 a { background-color: rgb(86,10,188); }

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

border-color css

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

 span { border-color: rgb(86,10,188); }

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