Html Css Color HEX #5D28AB Purple Heart

📋 copy color: '#5D28AB'

red 93 ◦ green 40 ◦ blue 171

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

Shades of Purple Heart #5D28AB

Tints of Purple Heart #5D28AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.25%

R = 30.59%
G = 13.16%
B = 56.25%

CMYK

 C value IS 0.46

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D28AB (or 0x5D28AB) is known color: Purple Heart. HEX triplet: 5D, 28 and AB. RGB value is (93,40,171). Sum of RGB (Red+Green+Blue) = 93+40+171=304 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.59% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D28AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D28AB is #A2D754. Grayscale: #464646. Windows color (decimal): -10671957 or 11216989. OLE color: 11216989.

HSL color Cylindrical-coordinate representation of color #5D28AB: hue angle of 264.27º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D28AB is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 93 40 171 -
CMYK 0.46 0.77 0 0.33
HSL 264.27º 0.62% 0.41% -
HSV(B) 264.27º 0.77% 0.67% -
XYZ 12.62 6.79 39.17 -
YUV 70.78 184.56 143.85 -
System Red Green Blue C M Y K H S L
Decimal 93 40 171 0.46 0.77 0 0.33 264.27 0.62 0.41
Hex 5D 28 AB 2E 4D 0 21 108 3E 29
Octal 135 50 253 56 115 0 41 410 76 51
Binary 1011101 101000 10101011 101110 1001101 0 100001 100001000 111110 101001

Color Harmonies of #5D28AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D28AB

Black with #5D28AB

Text Example


Text Example

White with #5D28AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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