Html Css Color HEX #560EBA Purple Heart

📋 copy color: '#560EBA'

red 86 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #560EBA

Tints of Purple Heart #560EBA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.9%

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

R = 30.07%
G = 4.9%
B = 65.03%

CMYK

 C value IS 0.54

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#560EBA (or 0x560EBA) is known color: Purple Heart. HEX triplet: 56, 0E and BA. RGB value is (86,14,186). Sum of RGB (Red+Green+Blue) = 86+14+186=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #560EBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560EBA is #A9F145. Grayscale: #363636. Windows color (decimal): -11137350 or 12193366. OLE color: 12193366.

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

Color convert

RGB 86 14 186 -
CMYK 0.54 0.92 0 0.27
HSL 265.12º 0.86% 0.39% -
HSV(B) 265.12º 0.92% 0.73% -
XYZ 12.86 5.84 46.9 -
YUV 55.14 201.85 150.01 -
System Red Green Blue C M Y K H S L
Decimal 86 14 186 0.54 0.92 0 0.27 265.12 0.86 0.39
Hex 56 E BA 36 5C 0 1B 109 56 27
Octal 126 16 272 66 134 0 33 411 126 47
Binary 1010110 1110 10111010 110110 1011100 0 11011 100001001 1010110 100111

Color Harmonies of #560EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560EBA

Black with #560EBA

Text Example


Text Example

White with #560EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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