Html Css Color HEX #5E23DC Purple Heart

📋 copy color: '#5E23DC'

red 94 ◦ green 35 ◦ blue 220

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

Shades of Purple Heart #5E23DC

Tints of Purple Heart #5E23DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.04%

R = 26.93%
G = 10.03%
B = 63.04%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E23DC (or 0x5E23DC) is known color: Purple Heart. HEX triplet: 5E, 23 and DC. RGB value is (94,35,220). Sum of RGB (Red+Green+Blue) = 94+35+220=349 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.93% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #5E23DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E23DC is #A1DC23. Grayscale: #494949. Windows color (decimal): -10607652 or 14426974. OLE color: 14426974.

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

Color convert

RGB 94 35 220 -
CMYK 0.57 0.84 0 0.14
HSL 259.14º 0.73% 0.5% -
HSV(B) 259.14º 0.84% 0.86% -
XYZ 18.14 8.75 68.44 -
YUV 73.73 210.55 142.46 -
System Red Green Blue C M Y K H S L
Decimal 94 35 220 0.57 0.84 0 0.14 259.14 0.73 0.5
Hex 5E 23 DC 39 54 0 E 103 49 32
Octal 136 43 334 71 124 0 16 403 111 62
Binary 1011110 100011 11011100 111001 1010100 0 1110 100000011 1001001 110010

Color Harmonies of #5E23DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E23DC

Black with #5E23DC

Text Example


Text Example

White with #5E23DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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