#6030ce

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

Shades of Purple Heart #6030CE

Tints of Purple Heart #6030CE

Color information

#6030CE (or 0x6030CE) is unknown color: approx Purple Heart. HEX triplet: 60, 30 and CE. RGB value is (96,48,206). Sum of RGB (Red+Green+Blue) = 96+48+206=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #6030CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6030CE is #9FCF31. Grayscale: #4F4F4F. Windows color (decimal): -10473266 or 13512800. OLE color: 13512800.

HSL color Cylindrical-coordinate representation of color #6030CE: hue angle of 258.23º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6030CE is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9648206-
CMYK0.530.7700.19
HSL258.23º62.2%49.8%-
HSV(B)258.23º76.7%80.78%-
XYZ17.029.0659.24-
YUV80.36198.9139.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.43%
GREEN value IS 48 (19.14% from 255) = 13.71%
BLUE value IS 206 (80.86% from 255) = 58.86%
R=27.43%
G=13.71%
B=58.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal96482060.530.7700.19258.2362.249.8
Hex6030CE354D0131023e32
Octal14060316651150234027662
Binary1100000110000110011101101011001101010011100000010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6030ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6030ce; }

 p { color: rgb(96,48,206); }

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

<style>
 a { background-color: #6030ce; }

 a { background-color: rgb(96,48,206); }

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

<style>
 span { border-color: #6030ce; }

 span { border-color: rgb(96,48,206); }

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