#582BC0

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

Shades of Purple Heart #582BC0

Tints of Purple Heart #582BC0

Color information

#582BC0 (or 0x582BC0) is unknown color: approx Purple Heart. HEX triplet: 58, 2B and C0. RGB value is (88,43,192). Sum of RGB (Red+Green+Blue) = 88+43+192=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 192 (75.39% from 255 or 59.44% from 323); Max value from RGB is 192 - color contains mainly: blue. Hex color #582BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582BC0 is #A7D43F. Grayscale: #484848. Windows color (decimal): -10998848 or 12594008. OLE color: 12594008.

HSL color Cylindrical-coordinate representation of color #582BC0: hue angle of 258.12º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #582BC0 is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8843192-
CMYK0.540.7800.25
HSL258.12º63.4%46.08%-
HSV(B)258.12º77.6%75.29%-
XYZ14.47.6150.58-
YUV73.44194.91138.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.24%
GREEN value IS 43 (17.19% from 255) = 13.31%
BLUE value IS 192 (75.39% from 255) = 59.44%
R=27.24%
G=13.31%
B=59.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal88431920.540.7800.25258.1263.446.08
Hex582BC0364E0191023f2e
Octal13053300661160314027756
Binary1011000101011110000001101101001110011001100000010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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