Html Css Color HEX #5A0EB4 Purple Heart

📋 copy color: '#5A0EB4'

red 90 ◦ green 14 ◦ blue 180

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

Shades of Purple Heart #5A0EB4

Tints of Purple Heart #5A0EB4

RGB

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

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

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

R = 31.69%
G = 4.93%
B = 63.38%

CMYK

 C value IS 0.50

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5A0EB4 (or 0x5A0EB4) is known color: Purple Heart. HEX triplet: 5A, 0E and B4. RGB value is (90,14,180). Sum of RGB (Red+Green+Blue) = 90+14+180=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 180 (70.70% from 255 or 63.38% from 284); Max value from RGB is 180 - color contains mainly: blue. Hex color #5A0EB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0EB4 is #A5F14B. Grayscale: #373737. Windows color (decimal): -10875212 or 11800154. OLE color: 11800154.

HSL color Cylindrical-coordinate representation of color #5A0EB4: hue angle of 267.47º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A0EB4 is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 90 14 180 -
CMYK 0.50 0.92 0 0.29
HSL 267.47º 0.86% 0.38% -
HSV(B) 267.47º 0.92% 0.71% -
XYZ 12.61 5.78 43.63 -
YUV 55.65 198.18 152.5 -
System Red Green Blue C M Y K H S L
Decimal 90 14 180 0.50 0.92 0 0.29 267.47 0.86 0.38
Hex 5A E B4 32 5C 0 1D 10B 56 26
Octal 132 16 264 62 134 0 35 413 126 46
Binary 1011010 1110 10110100 110010 1011100 0 11101 100001011 1010110 100110

Color Harmonies of #5A0EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0EB4

Black with #5A0EB4

Text Example


Text Example

White with #5A0EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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