Html Css Color HEX #5D28CA Purple Heart

📋 copy color: '#5D28CA'

red 93 ◦ green 40 ◦ blue 202

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

Shades of Purple Heart #5D28CA

Tints of Purple Heart #5D28CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 60.3%

R = 27.76%
G = 11.94%
B = 60.3%

CMYK

 C value IS 0.54

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5D28CA (or 0x5D28CA) is known color: Purple Heart. HEX triplet: 5D, 28 and CA. RGB value is (93,40,202). Sum of RGB (Red+Green+Blue) = 93+40+202=335 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.76% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 202 (79.30% from 255 or 60.30% from 335); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D28CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D28CA is #A2D735. Grayscale: #494949. Windows color (decimal): -10671926 or 13248605. OLE color: 13248605.

HSL color Cylindrical-coordinate representation of color #5D28CA: hue angle of 259.63º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5D28CA is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 93 40 202 -
CMYK 0.54 0.80 0 0.21
HSL 259.63º 0.67% 0.47% -
HSV(B) 259.63º 0.8% 0.79% -
XYZ 15.93 8.11 56.6 -
YUV 74.32 200.06 141.33 -
System Red Green Blue C M Y K H S L
Decimal 93 40 202 0.54 0.80 0 0.21 259.63 0.67 0.47
Hex 5D 28 CA 36 50 0 15 104 43 2F
Octal 135 50 312 66 120 0 25 404 103 57
Binary 1011101 101000 11001010 110110 1010000 0 10101 100000100 1000011 101111

Color Harmonies of #5D28CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D28CA

Black with #5D28CA

Text Example


Text Example

White with #5D28CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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