#5800C2

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

Shades of Purple Heart #5800C2

Tints of Purple Heart #5800C2

Color information

#5800C2 (or 0x5800C2) is unknown color: approx Purple Heart. HEX triplet: 58, 00 and C2. RGB value is (88,0,194). Sum of RGB (Red+Green+Blue) = 88+0+194=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 194 (76.17% from 255 or 68.79% from 282); Max value from RGB is 194 - color contains mainly: blue. Hex color #5800C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5800C2 is #A7FF3D. Grayscale: #2F2F2F. Windows color (decimal): -11009854 or 12714072. OLE color: 12714072.

HSL color Cylindrical-coordinate representation of color #5800C2: hue angle of 267.22º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5800C2 is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB880194-
CMYK0.55100.24
HSL267.22º100%38.04%-
HSV(B)267.22º100%76.08%-
XYZ13.765.9751.47-
YUV48.43210.15156.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 194 (76.17% from 255) = 68.79%
R=31.21%
G=0%
B=68.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal8801940.55100.24267.2210038.04
Hex580C2376401810b6426
Octal13003026714403041314446
Binary101100001100001011011111001000110001000010111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5800C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5800C2; }

 p { color: rgb(88,0,194); }

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

<style>
 a { background-color: #5800C2; }

 a { background-color: rgb(88,0,194); }

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

<style>
 span { border-color: #5800C2; }

 span { border-color: rgb(88,0,194); }

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