Html Css Color HEX #5D28DC Purple Heart

📋 copy color: '#5D28DC'

red 93 ◦ green 40 ◦ blue 220

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

Shades of Purple Heart #5D28DC

Tints of Purple Heart #5D28DC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.33%

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

R = 26.35%
G = 11.33%
B = 62.32%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5D28DC (or 0x5D28DC) is known color: Purple Heart. HEX triplet: 5D, 28 and DC. RGB value is (93,40,220). Sum of RGB (Red+Green+Blue) = 93+40+220=353 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.35% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #5D28DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D28DC is #A2D723. Grayscale: #4B4B4B. Windows color (decimal): -10671908 or 14428253. OLE color: 14428253.

HSL color Cylindrical-coordinate representation of color #5D28DC: hue angle of 257.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D28DC is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 40 220 -
CMYK 0.58 0.82 0 0.14
HSL 257.67º 0.72% 0.51% -
HSV(B) 257.67º 0.82% 0.86% -
XYZ 18.19 9.01 68.49 -
YUV 76.37 209.06 139.86 -
System Red Green Blue C M Y K H S L
Decimal 93 40 220 0.58 0.82 0 0.14 257.67 0.72 0.51
Hex 5D 28 DC 3A 52 0 E 102 48 33
Octal 135 50 334 72 122 0 16 402 110 63
Binary 1011101 101000 11011100 111010 1010010 0 1110 100000010 1001000 110011

Color Harmonies of #5D28DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D28DC

Black with #5D28DC

Text Example


Text Example

White with #5D28DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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