Html Css Color HEX #560AB4 Purple Heart

📋 copy color: '#560AB4'

red 86 ◦ green 10 ◦ blue 180

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

Shades of Purple Heart #560AB4

Tints of Purple Heart #560AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 65.22%

R = 31.16%
G = 3.62%
B = 65.22%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#560AB4 (or 0x560AB4) is known color: Purple Heart. HEX triplet: 56, 0A and B4. RGB value is (86,10,180). Sum of RGB (Red+Green+Blue) = 86+10+180=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 180 (70.70% from 255 or 65.22% from 276); Max value from RGB is 180 - color contains mainly: blue. Hex color #560AB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560AB4 is #A9F54B. Grayscale: #333333. Windows color (decimal): -11138380 or 11799126. OLE color: 11799126.

HSL color Cylindrical-coordinate representation of color #560AB4: hue angle of 266.82º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560AB4 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 86 10 180 -
CMYK 0.52 0.94 0 0.29
HSL 266.82º 0.89% 0.37% -
HSV(B) 266.82º 0.94% 0.71% -
XYZ 12.18 5.49 43.6 -
YUV 52.1 200.18 152.18 -
System Red Green Blue C M Y K H S L
Decimal 86 10 180 0.52 0.94 0 0.29 266.82 0.89 0.37
Hex 56 A B4 34 5E 0 1D 10B 59 25
Octal 126 12 264 64 136 0 35 413 131 45
Binary 1010110 1010 10110100 110100 1011110 0 11101 100001011 1011001 100101

Color Harmonies of #560AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560AB4

Black with #560AB4

Text Example


Text Example

White with #560AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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