Html Css Color HEX #5E33CD Purple Heart

📋 copy color: '#5E33CD'

red 94 ◦ green 51 ◦ blue 205

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

Shades of Purple Heart #5E33CD

Tints of Purple Heart #5E33CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.57%

R = 26.86%
G = 14.57%
B = 58.57%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E33CD (or 0x5E33CD) is known color: Purple Heart. HEX triplet: 5E, 33 and CD. RGB value is (94,51,205). Sum of RGB (Red+Green+Blue) = 94+51+205=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E33CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E33CD is #A1CC32. Grayscale: #505050. Windows color (decimal): -10603571 or 13448030. OLE color: 13448030.

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

Color convert

RGB 94 51 205 -
CMYK 0.54 0.75 0 0.20
HSL 256.75º 0.61% 0.5% -
HSV(B) 256.75º 0.75% 0.8% -
XYZ 16.82 9.16 58.64 -
YUV 81.41 197.75 136.98 -
System Red Green Blue C M Y K H S L
Decimal 94 51 205 0.54 0.75 0 0.20 256.75 0.61 0.5
Hex 5E 33 CD 36 4B 0 14 101 3D 32
Octal 136 63 315 66 113 0 24 401 75 62
Binary 1011110 110011 11001101 110110 1001011 0 10100 100000001 111101 110010

Color Harmonies of #5E33CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E33CD

Black with #5E33CD

Text Example


Text Example

White with #5E33CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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