#600EC3

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

Shades of Purple Heart #600EC3

Tints of Purple Heart #600EC3

Color information

#600EC3 (or 0x600EC3) is unknown color: approx Purple Heart. HEX triplet: 60, 0E and C3. RGB value is (96,14,195). Sum of RGB (Red+Green+Blue) = 96+14+195=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 195 (76.56% from 255 or 63.93% from 305); Max value from RGB is 195 - color contains mainly: blue. Hex color #600EC3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600EC3 is #9FF13C. Grayscale: #3A3A3A. Windows color (decimal): -10481981 or 12783200. OLE color: 12783200.

HSL color Cylindrical-coordinate representation of color #600EC3: hue angle of 267.18º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #600EC3 is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9614195-
CMYK0.510.9300.24
HSL267.18º86.6%40.98%-
HSV(B)267.18º92.82%76.47%-
XYZ14.836.7452.15-
YUV59.15204.67154.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.48%
GREEN value IS 14 (5.86% from 255) = 4.59%
BLUE value IS 195 (76.56% from 255) = 63.93%
R=31.48%
G=4.59%
B=63.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal96141950.510.9300.24267.1886.640.98
Hex60EC3335D01810b5729
Octal140163036313503041312751
Binary110000011101100001111001110111010110001000010111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600EC3; }

 p { color: rgb(96,14,195); }

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

<style>
 a { background-color: #600EC3; }

 a { background-color: rgb(96,14,195); }

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

<style>
 span { border-color: #600EC3; }

 span { border-color: rgb(96,14,195); }

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