Html Css Color HEX #560AB7 Purple Heart

📋 copy color: '#560AB7'

red 86 ◦ green 10 ◦ blue 183

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

Shades of Purple Heart #560AB7

Tints of Purple Heart #560AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 65.59%

R = 30.82%
G = 3.58%
B = 65.59%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#560AB7 (or 0x560AB7) is known color: Purple Heart. HEX triplet: 56, 0A and B7. RGB value is (86,10,183). Sum of RGB (Red+Green+Blue) = 86+10+183=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 183 (71.88% from 255 or 65.59% from 279); Max value from RGB is 183 - color contains mainly: blue. Hex color #560AB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560AB7 is #A9F548. Grayscale: #333333. Windows color (decimal): -11138377 or 11995734. OLE color: 11995734.

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

Color convert

RGB 86 10 183 -
CMYK 0.53 0.95 0 0.28
HSL 266.36º 0.9% 0.38% -
HSV(B) 266.36º 0.95% 0.72% -
XYZ 12.49 5.61 45.22 -
YUV 52.45 201.68 151.93 -
System Red Green Blue C M Y K H S L
Decimal 86 10 183 0.53 0.95 0 0.28 266.36 0.9 0.38
Hex 56 A B7 35 5F 0 1C 10A 5A 26
Octal 126 12 267 65 137 0 34 412 132 46
Binary 1010110 1010 10110111 110101 1011111 0 11100 100001010 1011010 100110

Color Harmonies of #560AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560AB7

Black with #560AB7

Text Example


Text Example

White with #560AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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