#582FAB

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

Shades of Purple Heart #582FAB

Tints of Purple Heart #582FAB

Color information

#582FAB (or 0x582FAB) is unknown color: approx Purple Heart. HEX triplet: 58, 2F and AB. RGB value is (88,47,171). Sum of RGB (Red+Green+Blue) = 88+47+171=306 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.76% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #582FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582FAB is #A7D054. Grayscale: #484848. Windows color (decimal): -10997845 or 11218776. OLE color: 11218776.

HSL color Cylindrical-coordinate representation of color #582FAB: hue angle of 259.84º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #582FAB is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8847171-
CMYK0.490.7300.33
HSL259.84º56.88%42.75%-
HSV(B)259.84º72.51%67.06%-
XYZ12.397.0539.24-
YUV73.4183.08138.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.76%
GREEN value IS 47 (18.75% from 255) = 15.36%
BLUE value IS 171 (67.19% from 255) = 55.88%
R=28.76%
G=15.36%
B=55.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88471710.490.7300.33259.8456.8842.75
Hex582FAB3149021104392b
Octal13057253611110414047153
Binary10110001011111010101111000110010010100001100000100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,47,171); }

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

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

 a { background-color: rgb(88,47,171); }

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

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

 span { border-color: rgb(88,47,171); }

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