Html Css Color HEX #5E2DDE Purple Heart

📋 copy color: '#5E2DDE'

red 94 ◦ green 45 ◦ blue 222

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

Shades of Purple Heart #5E2DDE

Tints of Purple Heart #5E2DDE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.47%

 BLUE value IS 222 (87.11% from 255) = 61.5%

R = 26.04%
G = 12.47%
B = 61.5%

CMYK

 C value IS 0.58

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5E2DDE (or 0x5E2DDE) is known color: Purple Heart. HEX triplet: 5E, 2D and DE. RGB value is (94,45,222). Sum of RGB (Red+Green+Blue) = 94+45+222=361 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.04% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 222 (87.11% from 255 or 61.50% from 361); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E2DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2DDE is #A1D221. Grayscale: #4F4F4F. Windows color (decimal): -10605090 or 14560606. OLE color: 14560606.

HSL color Cylindrical-coordinate representation of color #5E2DDE: hue angle of 256.61º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E2DDE is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 45 222 -
CMYK 0.58 0.80 0 0.13
HSL 256.61º 0.73% 0.52% -
HSV(B) 256.61º 0.8% 0.87% -
XYZ 18.74 9.53 69.96 -
YUV 79.83 208.23 138.11 -
System Red Green Blue C M Y K H S L
Decimal 94 45 222 0.58 0.80 0 0.13 256.61 0.73 0.52
Hex 5E 2D DE 3A 50 0 D 101 49 34
Octal 136 55 336 72 120 0 15 401 111 64
Binary 1011110 101101 11011110 111010 1010000 0 1101 100000001 1001001 110100

Color Harmonies of #5E2DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2DDE

Black with #5E2DDE

Text Example


Text Example

White with #5E2DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,45,222); }

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

background-color css

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

 a { background-color: rgb(94,45,222); }

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

border-color css

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

 span { border-color: rgb(94,45,222); }

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