Html Css Color HEX #5E23DD Purple Heart

📋 copy color: '#5E23DD'

red 94 ◦ green 35 ◦ blue 221

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

Shades of Purple Heart #5E23DD

Tints of Purple Heart #5E23DD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10%

 BLUE value IS 221 (86.72% from 255) = 63.14%

R = 26.86%
G = 10%
B = 63.14%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5E23DD (or 0x5E23DD) is known color: Purple Heart. HEX triplet: 5E, 23 and DD. RGB value is (94,35,221). Sum of RGB (Red+Green+Blue) = 94+35+221=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #5E23DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E23DD is #A1DC22. Grayscale: #494949. Windows color (decimal): -10607651 or 14492510. OLE color: 14492510.

HSL color Cylindrical-coordinate representation of color #5E23DD: hue angle of 259.03º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E23DD is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 35 221 -
CMYK 0.57 0.84 0 0.13
HSL 259.03º 0.73% 0.5% -
HSV(B) 259.03º 0.84% 0.87% -
XYZ 18.27 8.8 69.14 -
YUV 73.85 211.05 142.38 -
System Red Green Blue C M Y K H S L
Decimal 94 35 221 0.57 0.84 0 0.13 259.03 0.73 0.5
Hex 5E 23 DD 39 54 0 D 103 49 32
Octal 136 43 335 71 124 0 15 403 111 62
Binary 1011110 100011 11011101 111001 1010100 0 1101 100000011 1001001 110010

Color Harmonies of #5E23DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E23DD

Black with #5E23DD

Text Example


Text Example

White with #5E23DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,35,221); }

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

background-color css

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

 a { background-color: rgb(94,35,221); }

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

border-color css

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

 span { border-color: rgb(94,35,221); }

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