Html Css Color HEX #5A09CE Purple Heart

📋 copy color: '#5A09CE'

red 90 ◦ green 9 ◦ blue 206

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

Shades of Purple Heart #5A09CE

Tints of Purple Heart #5A09CE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.95%

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

R = 29.51%
G = 2.95%
B = 67.54%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5A09CE (or 0x5A09CE) is known color: Purple Heart. HEX triplet: 5A, 09 and CE. RGB value is (90,9,206). Sum of RGB (Red+Green+Blue) = 90+9+206=305 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.51% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A09CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A09CE is #A5F631. Grayscale: #363636. Windows color (decimal): -10876466 or 13502810. OLE color: 13502810.

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

Color convert

RGB 90 9 206 -
CMYK 0.56 0.96 0 0.19
HSL 264.67º 0.92% 0.42% -
HSV(B) 264.67º 0.96% 0.81% -
XYZ 15.45 6.83 58.9 -
YUV 55.68 212.84 152.48 -
System Red Green Blue C M Y K H S L
Decimal 90 9 206 0.56 0.96 0 0.19 264.67 0.92 0.42
Hex 5A 9 CE 38 60 0 13 109 5C 2A
Octal 132 11 316 70 140 0 23 411 134 52
Binary 1011010 1001 11001110 111000 1100000 0 10011 100001001 1011100 101010

Color Harmonies of #5A09CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A09CE

Black with #5A09CE

Text Example


Text Example

White with #5A09CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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