Html Css Color HEX #5828AE Purple Heart

📋 copy color: '#5828AE'

red 88 ◦ green 40 ◦ blue 174

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

Shades of Purple Heart #5828AE

Tints of Purple Heart #5828AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 57.62%

R = 29.14%
G = 13.25%
B = 57.62%

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

#5828AE (or 0x5828AE) is known color: Purple Heart. HEX triplet: 58, 28 and AE. RGB value is (88,40,174). Sum of RGB (Red+Green+Blue) = 88+40+174=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #5828AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5828AE is #A7D751. Grayscale: #454545. Windows color (decimal): -10999634 or 11413592. OLE color: 11413592.

HSL color Cylindrical-coordinate representation of color #5828AE: hue angle of 261.49º degrees, saturation: 0.63, 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 #5828AE is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 88 40 174 -
CMYK 0.49 0.77 0 0.32
HSL 261.49º 0.63% 0.42% -
HSV(B) 261.49º 0.77% 0.68% -
XYZ 12.42 6.65 40.67 -
YUV 69.63 186.9 141.1 -
System Red Green Blue C M Y K H S L
Decimal 88 40 174 0.49 0.77 0 0.32 261.49 0.63 0.42
Hex 58 28 AE 31 4D 0 20 105 3F 2A
Octal 130 50 256 61 115 0 40 405 77 52
Binary 1011000 101000 10101110 110001 1001101 0 100000 100000101 111111 101010

Color Harmonies of #5828AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5828AE

Black with #5828AE

Text Example


Text Example

White with #5828AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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