#5838AE

Color #5838AE Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5838AE

Tints of Purple Heart #5838AE

Color information

#5838AE (or 0x5838AE) is unknown color: approx Purple Heart. HEX triplet: 58, 38 and AE. RGB value is (88,56,174). Sum of RGB (Red+Green+Blue) = 88+56+174=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #5838AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5838AE is #A7C751. Grayscale: #4E4E4E. Windows color (decimal): -10995538 or 11417688. OLE color: 11417688.

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

Color convert

RGB8856174-
CMYK0.490.6800.32
HSL256.27º51.3%45.1%-
HSV(B)256.27º67.82%68.24%-
XYZ13.087.9640.89-
YUV79.02181.6134.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.67%
GREEN value IS 56 (22.27% from 255) = 17.61%
BLUE value IS 174 (68.36% from 255) = 54.72%
R=27.67%
G=17.61%
B=54.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal88561740.490.6800.32256.2751.345.1
Hex5838AE3144020100332d
Octal13070256611040404006355
Binary10110001110001010111011000110001000100000100000000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5838AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5838AE;
 }
 .AnyTagClassName
 {
   color: #5838AE;
 }
</style>
background-color css

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

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

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

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

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

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