#600AC6

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

Shades of Purple Heart #600AC6

Tints of Purple Heart #600AC6

Color information

#600AC6 (or 0x600AC6) is unknown color: approx Purple Heart. HEX triplet: 60, 0A and C6. RGB value is (96,10,198). Sum of RGB (Red+Green+Blue) = 96+10+198=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 198 (77.73% from 255 or 65.13% from 304); Max value from RGB is 198 - color contains mainly: blue. Hex color #600AC6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600AC6 is #9FF539. Grayscale: #383838. Windows color (decimal): -10483002 or 12978784. OLE color: 12978784.

HSL color Cylindrical-coordinate representation of color #600AC6: hue angle of 267.45º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600AC6 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9610198-
CMYK0.520.9500.22
HSL267.45º90.38%40.78%-
HSV(B)267.45º94.95%77.65%-
XYZ15.136.7853.94-
YUV57.15207.49155.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.58%
GREEN value IS 10 (4.30% from 255) = 3.29%
BLUE value IS 198 (77.73% from 255) = 65.13%
R=31.58%
G=3.29%
B=65.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal96101980.520.9500.22267.4590.3840.78
Hex60AC6345F01610b5a29
Octal140123066413702641313251
Binary110000010101100011011010010111110101101000010111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,10,198); }

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

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

 a { background-color: rgb(96,10,198); }

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

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

 span { border-color: rgb(96,10,198); }

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