#580CCE

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

Shades of Purple Heart #580CCE

Tints of Purple Heart #580CCE

Color information

#580CCE (or 0x580CCE) is unknown color: approx Purple Heart. HEX triplet: 58, 0C and CE. RGB value is (88,12,206). Sum of RGB (Red+Green+Blue) = 88+12+206=306 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.76% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #580CCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580CCE is #A7F331. Grayscale: #383838. Windows color (decimal): -11006770 or 13503576. OLE color: 13503576.

HSL color Cylindrical-coordinate representation of color #580CCE: hue angle of 263.51º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580CCE is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8812206-
CMYK0.570.9400.19
HSL263.51º88.99%42.75%-
HSV(B)263.51º94.17%80.78%-
XYZ15.36.7958.9-
YUV56.84212.18150.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.76%
GREEN value IS 12 (5.08% from 255) = 3.92%
BLUE value IS 206 (80.86% from 255) = 67.32%
R=28.76%
G=3.92%
B=67.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal88122060.570.9400.19263.5188.9942.75
Hex58CCE395E013108592b
Octal130143167113602341013153
Binary101100011001100111011100110111100100111000010001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580CCE; }

 p { color: rgb(88,12,206); }

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

<style>
 a { background-color: #580CCE; }

 a { background-color: rgb(88,12,206); }

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

<style>
 span { border-color: #580CCE; }

 span { border-color: rgb(88,12,206); }

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