Html Css Color HEX #5A1ECE Purple Heart

📋 copy color: '#5A1ECE'

red 90 ◦ green 30 ◦ blue 206

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

Shades of Purple Heart #5A1ECE

Tints of Purple Heart #5A1ECE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.2%

 BLUE value IS 206 (80.86% from 255) = 63.19%

R = 27.61%
G = 9.2%
B = 63.19%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5A1ECE (or 0x5A1ECE) is known color: Purple Heart. HEX triplet: 5A, 1E and CE. RGB value is (90,30,206). Sum of RGB (Red+Green+Blue) = 90+30+206=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 30 (12.11% from 255 or 9.20% from 326); Blue value is 206 (80.86% from 255 or 63.19% from 326); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A1ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A1ECE is #A5E131. Grayscale: #434343. Windows color (decimal): -10871090 or 13508186. OLE color: 13508186.

HSL color Cylindrical-coordinate representation of color #5A1ECE: hue angle of 260.45º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A1ECE is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 30 206 -
CMYK 0.56 0.85 0 0.19
HSL 260.45º 0.75% 0.46% -
HSV(B) 260.45º 0.85% 0.81% -
XYZ 15.82 7.56 59.02 -
YUV 68 205.88 143.69 -
System Red Green Blue C M Y K H S L
Decimal 90 30 206 0.56 0.85 0 0.19 260.45 0.75 0.46
Hex 5A 1E CE 38 55 0 13 104 4B 2E
Octal 132 36 316 70 125 0 23 404 113 56
Binary 1011010 11110 11001110 111000 1010101 0 10011 100000100 1001011 101110

Color Harmonies of #5A1ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1ECE

Black with #5A1ECE

Text Example


Text Example

White with #5A1ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,30,206); }

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

background-color css

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

 a { background-color: rgb(90,30,206); }

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

border-color css

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

 span { border-color: rgb(90,30,206); }

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