Html Css Color HEX #5A0ED0 Purple Heart

📋 copy color: '#5A0ED0'

red 90 ◦ green 14 ◦ blue 208

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

Shades of Purple Heart #5A0ED0

Tints of Purple Heart #5A0ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 66.67%

R = 28.85%
G = 4.49%
B = 66.67%

CMYK

 C value IS 0.57

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5A0ED0 (or 0x5A0ED0) is known color: Purple Heart. HEX triplet: 5A, 0E and D0. RGB value is (90,14,208). Sum of RGB (Red+Green+Blue) = 90+14+208=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 208 (81.64% from 255 or 66.67% from 312); Max value from RGB is 208 - color contains mainly: blue. Hex color #5A0ED0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0ED0 is #A5F12F. Grayscale: #3A3A3A. Windows color (decimal): -10875184 or 13635162. OLE color: 13635162.

HSL color Cylindrical-coordinate representation of color #5A0ED0: hue angle of 263.51º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A0ED0 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 90 14 208 -
CMYK 0.57 0.93 0 0.18
HSL 263.51º 0.87% 0.44% -
HSV(B) 263.51º 0.93% 0.82% -
XYZ 15.76 7.04 60.2 -
YUV 58.84 212.18 150.23 -
System Red Green Blue C M Y K H S L
Decimal 90 14 208 0.57 0.93 0 0.18 263.51 0.87 0.44
Hex 5A E D0 39 5D 0 12 108 57 2C
Octal 132 16 320 71 135 0 22 410 127 54
Binary 1011010 1110 11010000 111001 1011101 0 10010 100001000 1010111 101100

Color Harmonies of #5A0ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0ED0

Black with #5A0ED0

Text Example


Text Example

White with #5A0ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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