Html Css Color HEX #560ABA Purple Heart

📋 copy color: '#560ABA'

red 86 ◦ green 10 ◦ blue 186

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

Shades of Purple Heart #560ABA

Tints of Purple Heart #560ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.96%

R = 30.5%
G = 3.55%
B = 65.96%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#560ABA (or 0x560ABA) is known color: Purple Heart. HEX triplet: 56, 0A and BA. RGB value is (86,10,186). Sum of RGB (Red+Green+Blue) = 86+10+186=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #560ABA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560ABA is #A9F545. Grayscale: #343434. Windows color (decimal): -11138374 or 12192342. OLE color: 12192342.

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

Color convert

RGB 86 10 186 -
CMYK 0.54 0.95 0 0.27
HSL 265.91º 0.9% 0.38% -
HSV(B) 265.91º 0.95% 0.73% -
XYZ 12.81 5.74 46.89 -
YUV 52.79 203.18 151.69 -
System Red Green Blue C M Y K H S L
Decimal 86 10 186 0.54 0.95 0 0.27 265.91 0.9 0.38
Hex 56 A BA 36 5F 0 1B 10A 5A 26
Octal 126 12 272 66 137 0 33 412 132 46
Binary 1010110 1010 10111010 110110 1011111 0 11011 100001010 1011010 100110

Color Harmonies of #560ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560ABA

Black with #560ABA

Text Example


Text Example

White with #560ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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