#600cd1

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

Shades of Purple Heart #600CD1

Tints of Purple Heart #600CD1

Color information

#600CD1 (or 0x600CD1) is unknown color: approx Purple Heart. HEX triplet: 60, 0C and D1. RGB value is (96,12,209). Sum of RGB (Red+Green+Blue) = 96+12+209=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 209 (82.03% from 255 or 65.93% from 317); Max value from RGB is 209 - color contains mainly: blue. Hex color #600CD1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600CD1 is #9FF32E. Grayscale: #3A3A3A. Windows color (decimal): -10482479 or 13700192. OLE color: 13700192.

HSL color Cylindrical-coordinate representation of color #600CD1: hue angle of 265.58º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600CD1 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9612209-
CMYK0.540.9400.18
HSL265.58º89.14%43.33%-
HSV(B)265.58º94.26%81.96%-
XYZ16.467.3560.87-
YUV59.57212.33153.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.28%
GREEN value IS 12 (5.08% from 255) = 3.79%
BLUE value IS 209 (82.03% from 255) = 65.93%
R=30.28%
G=3.79%
B=65.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal96122090.540.9400.18265.5889.1443.33
Hex60CD1365E01210a592b
Octal140143216613602241213153
Binary110000011001101000111011010111100100101000010101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600cd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,12,209); }

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

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

 a { background-color: rgb(96,12,209); }

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

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

 span { border-color: rgb(96,12,209); }

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