Html Css Color HEX #5E33CE Purple Heart

📋 copy color: '#5E33CE'

red 94 ◦ green 51 ◦ blue 206

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

Shades of Purple Heart #5E33CE

Tints of Purple Heart #5E33CE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.53%

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

R = 26.78%
G = 14.53%
B = 58.69%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E33CE (or 0x5E33CE) is known color: Purple Heart. HEX triplet: 5E, 33 and CE. RGB value is (94,51,206). Sum of RGB (Red+Green+Blue) = 94+51+206=351 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.78% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E33CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E33CE is #A1CC31. Grayscale: #505050. Windows color (decimal): -10603570 or 13513566. OLE color: 13513566.

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

Color convert

RGB 94 51 206 -
CMYK 0.54 0.75 0 0.19
HSL 256.65º 0.61% 0.5% -
HSV(B) 256.65º 0.75% 0.81% -
XYZ 16.94 9.2 59.28 -
YUV 81.53 198.25 136.9 -
System Red Green Blue C M Y K H S L
Decimal 94 51 206 0.54 0.75 0 0.19 256.65 0.61 0.5
Hex 5E 33 CE 36 4B 0 13 101 3D 32
Octal 136 63 316 66 113 0 23 401 75 62
Binary 1011110 110011 11001110 110110 1001011 0 10011 100000001 111101 110010

Color Harmonies of #5E33CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E33CE

Black with #5E33CE

Text Example


Text Example

White with #5E33CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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