Html Css Color HEX #5831AE Purple Heart

📋 copy color: '#5831AE'

red 88 ◦ green 49 ◦ blue 174

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

Shades of Purple Heart #5831AE

Tints of Purple Heart #5831AE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.76%

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

R = 28.3%
G = 15.76%
B = 55.95%

CMYK

 C value IS 0.49

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5831AE (or 0x5831AE) is known color: Purple Heart. HEX triplet: 58, 31 and AE. RGB value is (88,49,174). Sum of RGB (Red+Green+Blue) = 88+49+174=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #5831AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5831AE is #A7CE51. Grayscale: #4A4A4A. Windows color (decimal): -10997330 or 11415896. OLE color: 11415896.

HSL color Cylindrical-coordinate representation of color #5831AE: hue angle of 258.72º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5831AE is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 88 49 174 -
CMYK 0.49 0.72 0 0.32
HSL 258.72º 0.56% 0.44% -
HSV(B) 258.72º 0.72% 0.68% -
XYZ 12.76 7.33 40.79 -
YUV 74.91 183.92 137.34 -
System Red Green Blue C M Y K H S L
Decimal 88 49 174 0.49 0.72 0 0.32 258.72 0.56 0.44
Hex 58 31 AE 31 48 0 20 103 38 2C
Octal 130 61 256 61 110 0 40 403 70 54
Binary 1011000 110001 10101110 110001 1001000 0 100000 100000011 111000 101100

Color Harmonies of #5831AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5831AE

Black with #5831AE

Text Example


Text Example

White with #5831AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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