#582bae

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

Shades of Purple Heart #582BAE

Tints of Purple Heart #582BAE

Color information

#582BAE (or 0x582BAE) is unknown color: approx Purple Heart. HEX triplet: 58, 2B and AE. RGB value is (88,43,174). Sum of RGB (Red+Green+Blue) = 88+43+174=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #582BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582BAE is #A7D451. Grayscale: #464646. Windows color (decimal): -10998866 or 11414360. OLE color: 11414360.

HSL color Cylindrical-coordinate representation of color #582BAE: hue angle of 260.61º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #582BAE is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8843174-
CMYK0.490.7500.32
HSL260.61º60.37%42.55%-
HSV(B)260.61º75.29%68.24%-
XYZ12.536.8640.71-
YUV71.39185.91139.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.85%
GREEN value IS 43 (17.19% from 255) = 14.10%
BLUE value IS 174 (68.36% from 255) = 57.05%
R=28.85%
G=14.10%
B=57.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal88431740.490.7500.32260.6160.3742.55
Hex582BAE314B0201053c2b
Octal13053256611130404057453
Binary10110001010111010111011000110010110100000100000101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582bae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582bae; }

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

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

<style>
 a { background-color: #582bae; }

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

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

<style>
 span { border-color: #582bae; }

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

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