Html Css Color HEX #5828AD Purple Heart

📋 copy color: '#5828AD'

red 88 ◦ green 40 ◦ blue 173

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

Shades of Purple Heart #5828AD

Tints of Purple Heart #5828AD

RGB

 RED value IS 88 (34.77% from 255) = 29.24%

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

 BLUE value IS 173 (67.97% from 255) = 57.48%

R = 29.24%
G = 13.29%
B = 57.48%

CMYK

 C value IS 0.49

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5828AD (or 0x5828AD) is known color: Purple Heart. HEX triplet: 58, 28 and AD. RGB value is (88,40,173). Sum of RGB (Red+Green+Blue) = 88+40+173=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #5828AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5828AD is #A7D752. Grayscale: #454545. Windows color (decimal): -10999635 or 11348056. OLE color: 11348056.

HSL color Cylindrical-coordinate representation of color #5828AD: hue angle of 261.65º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5828AD is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 88 40 173 -
CMYK 0.49 0.77 0 0.32
HSL 261.65º 0.62% 0.42% -
HSV(B) 261.65º 0.77% 0.68% -
XYZ 12.33 6.61 40.16 -
YUV 69.51 186.4 141.19 -
System Red Green Blue C M Y K H S L
Decimal 88 40 173 0.49 0.77 0 0.32 261.65 0.62 0.42
Hex 58 28 AD 31 4D 0 20 106 3E 2A
Octal 130 50 255 61 115 0 40 406 76 52
Binary 1011000 101000 10101101 110001 1001101 0 100000 100000110 111110 101010

Color Harmonies of #5828AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5828AD

Black with #5828AD

Text Example


Text Example

White with #5828AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5828AD; }

 p { color: rgb(88,40,173); }

 H1.HeaderClassName
 {
   color: #5828AD;
 }
 .AnyTagClassName
 {
   color: #5828AD;
 }
</style>

background-color css

<style>
 a { background-color: #5828AD; }

 a { background-color: rgb(88,40,173); }

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

border-color css

<style>
 span { border-color: #5828AD; }

 span { border-color: rgb(88,40,173); }

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