#6007C0

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

Shades of Purple Heart #6007C0

Tints of Purple Heart #6007C0

Color information

#6007C0 (or 0x6007C0) is unknown color: approx Purple Heart. HEX triplet: 60, 07 and C0. RGB value is (96,7,192). Sum of RGB (Red+Green+Blue) = 96+7+192=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 192 (75.39% from 255 or 65.08% from 295); Max value from RGB is 192 - color contains mainly: blue. Hex color #6007C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6007C0 is #9FF83F. Grayscale: #363636. Windows color (decimal): -10483776 or 12584800. OLE color: 12584800.

HSL color Cylindrical-coordinate representation of color #6007C0: hue angle of 268.86º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6007C0 is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB967192-
CMYK0.500.9600.25
HSL268.86º92.96%39.02%-
HSV(B)268.86º96.35%75.29%-
XYZ14.416.4450.35-
YUV54.7205.49157.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.54%
GREEN value IS 7 (3.12% from 255) = 2.37%
BLUE value IS 192 (75.39% from 255) = 65.08%
R=32.54%
G=2.37%
B=65.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal9671920.500.9600.25268.8692.9639.02
Hex607C0326001910d5d27
Octal14073006214003141513547
Binary11000001111100000011001011000000110011000011011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6007C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6007C0; }

 p { color: rgb(96,7,192); }

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

<style>
 a { background-color: #6007C0; }

 a { background-color: rgb(96,7,192); }

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

<style>
 span { border-color: #6007C0; }

 span { border-color: rgb(96,7,192); }

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