Html Css Color HEX #5D23DC Purple Heart

📋 copy color: '#5D23DC'

red 93 ◦ green 35 ◦ blue 220

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

Shades of Purple Heart #5D23DC

Tints of Purple Heart #5D23DC

RGB

 RED value IS 93 (36.72% from 255) = 26.72%

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

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

R = 26.72%
G = 10.06%
B = 63.22%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5D23DC (or 0x5D23DC) is known color: Purple Heart. HEX triplet: 5D, 23 and DC. RGB value is (93,35,220). Sum of RGB (Red+Green+Blue) = 93+35+220=348 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.72% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #5D23DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D23DC is #A2DC23. Grayscale: #484848. Windows color (decimal): -10673188 or 14426973. OLE color: 14426973.

HSL color Cylindrical-coordinate representation of color #5D23DC: hue angle of 258.81º 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 #5D23DC is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 35 220 -
CMYK 0.58 0.84 0 0.14
HSL 258.81º 0.73% 0.5% -
HSV(B) 258.81º 0.84% 0.86% -
XYZ 18.03 8.7 68.44 -
YUV 73.43 210.72 141.96 -
System Red Green Blue C M Y K H S L
Decimal 93 35 220 0.58 0.84 0 0.14 258.81 0.73 0.5
Hex 5D 23 DC 3A 54 0 E 103 49 32
Octal 135 43 334 72 124 0 16 403 111 62
Binary 1011101 100011 11011100 111010 1010100 0 1110 100000011 1001001 110010

Color Harmonies of #5D23DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D23DC

Black with #5D23DC

Text Example


Text Example

White with #5D23DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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