#600ecf

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

Shades of Purple Heart #600ECF

Tints of Purple Heart #600ECF

Color information

#600ECF (or 0x600ECF) is unknown color: approx Purple Heart. HEX triplet: 60, 0E and CF. RGB value is (96,14,207). Sum of RGB (Red+Green+Blue) = 96+14+207=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #600ECF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600ECF is #9FF130. Grayscale: #3B3B3B. Windows color (decimal): -10481969 or 13569632. OLE color: 13569632.

HSL color Cylindrical-coordinate representation of color #600ECF: hue angle of 265.49º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #600ECF is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9614207-
CMYK0.540.9300.19
HSL265.49º87.33%43.33%-
HSV(B)265.49º93.24%81.18%-
XYZ16.247.3159.59-
YUV60.52210.67153.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.28%
GREEN value IS 14 (5.86% from 255) = 4.42%
BLUE value IS 207 (81.25% from 255) = 65.30%
R=30.28%
G=4.42%
B=65.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal96142070.540.9300.19265.4987.3343.33
Hex60ECF365D013109572b
Octal140163176613502341112753
Binary110000011101100111111011010111010100111000010011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600ecf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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