Html Css Color HEX #5A0EAF Purple Heart

📋 copy color: '#5A0EAF'

red 90 ◦ green 14 ◦ blue 175

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

Shades of Purple Heart #5A0EAF

Tints of Purple Heart #5A0EAF

RGB

 RED value IS 90 (35.55% from 255) = 32.26%

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

 BLUE value IS 175 (68.75% from 255) = 62.72%

R = 32.26%
G = 5.02%
B = 62.72%

CMYK

 C value IS 0.49

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5A0EAF (or 0x5A0EAF) is known color: Purple Heart. HEX triplet: 5A, 0E and AF. RGB value is (90,14,175). Sum of RGB (Red+Green+Blue) = 90+14+175=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 175 (68.75% from 255 or 62.72% from 279); Max value from RGB is 175 - color contains mainly: blue. Hex color #5A0EAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0EAF is #A5F150. Grayscale: #363636. Windows color (decimal): -10875217 or 11472474. OLE color: 11472474.

HSL color Cylindrical-coordinate representation of color #5A0EAF: hue angle of 268.32º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A0EAF is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 90 14 175 -
CMYK 0.49 0.92 0 0.31
HSL 268.32º 0.85% 0.37% -
HSV(B) 268.32º 0.92% 0.69% -
XYZ 12.11 5.58 41 -
YUV 55.08 195.68 152.91 -
System Red Green Blue C M Y K H S L
Decimal 90 14 175 0.49 0.92 0 0.31 268.32 0.85 0.37
Hex 5A E AF 31 5C 0 1F 10C 55 25
Octal 132 16 257 61 134 0 37 414 125 45
Binary 1011010 1110 10101111 110001 1011100 0 11111 100001100 1010101 100101

Color Harmonies of #5A0EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0EAF

Black with #5A0EAF

Text Example


Text Example

White with #5A0EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A0EAF; }

 p { color: rgb(90,14,175); }

 H1.HeaderClassName
 {
   color: #5A0EAF;
 }
 .AnyTagClassName
 {
   color: #5A0EAF;
 }
</style>

background-color css

<style>
 a { background-color: #5A0EAF; }

 a { background-color: rgb(90,14,175); }

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

border-color css

<style>
 span { border-color: #5A0EAF; }

 span { border-color: rgb(90,14,175); }

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