Html Css Color HEX #5828AF Purple Heart

📋 copy color: '#5828AF'

red 88 ◦ green 40 ◦ blue 175

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

Shades of Purple Heart #5828AF

Tints of Purple Heart #5828AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57.76%

R = 29.04%
G = 13.2%
B = 57.76%

CMYK

 C value IS 0.50

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5828AF (or 0x5828AF) is known color: Purple Heart. HEX triplet: 58, 28 and AF. RGB value is (88,40,175). Sum of RGB (Red+Green+Blue) = 88+40+175=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 175 (68.75% from 255 or 57.76% from 303); Max value from RGB is 175 - color contains mainly: blue. Hex color #5828AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5828AF is #A7D750. Grayscale: #454545. Windows color (decimal): -10999633 or 11479128. OLE color: 11479128.

HSL color Cylindrical-coordinate representation of color #5828AF: hue angle of 261.33º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5828AF is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 88 40 175 -
CMYK 0.50 0.77 0 0.31
HSL 261.33º 0.63% 0.42% -
HSV(B) 261.33º 0.77% 0.69% -
XYZ 12.52 6.69 41.19 -
YUV 69.74 187.4 141.02 -
System Red Green Blue C M Y K H S L
Decimal 88 40 175 0.50 0.77 0 0.31 261.33 0.63 0.42
Hex 58 28 AF 32 4D 0 1F 105 3F 2A
Octal 130 50 257 62 115 0 37 405 77 52
Binary 1011000 101000 10101111 110010 1001101 0 11111 100000101 111111 101010

Color Harmonies of #5828AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5828AF

Black with #5828AF

Text Example


Text Example

White with #5828AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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