Html Css Color HEX #5E09CE Purple Heart

📋 copy color: '#5E09CE'

red 94 ◦ green 9 ◦ blue 206

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

Shades of Purple Heart #5E09CE

Tints of Purple Heart #5E09CE

RGB

 RED value IS 94 (37.11% from 255) = 30.42%

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

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

R = 30.42%
G = 2.91%
B = 66.67%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E09CE (or 0x5E09CE) is known color: Purple Heart. HEX triplet: 5E, 09 and CE. RGB value is (94,9,206). Sum of RGB (Red+Green+Blue) = 94+9+206=309 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.42% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 206 (80.86% from 255 or 66.67% from 309); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E09CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E09CE is #A1F631. Grayscale: #383838. Windows color (decimal): -10614322 or 13502814. OLE color: 13502814.

HSL color Cylindrical-coordinate representation of color #5E09CE: hue angle of 265.89º 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 #5E09CE is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 94 9 206 -
CMYK 0.54 0.96 0 0.19
HSL 265.89º 0.92% 0.42% -
HSV(B) 265.89º 0.96% 0.81% -
XYZ 15.85 7.03 58.91 -
YUV 56.87 212.16 154.48 -
System Red Green Blue C M Y K H S L
Decimal 94 9 206 0.54 0.96 0 0.19 265.89 0.92 0.42
Hex 5E 9 CE 36 60 0 13 10A 5C 2A
Octal 136 11 316 66 140 0 23 412 134 52
Binary 1011110 1001 11001110 110110 1100000 0 10011 100001010 1011100 101010

Color Harmonies of #5E09CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E09CE

Black with #5E09CE

Text Example


Text Example

White with #5E09CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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