#601069

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

Shades of Palatinate Purple #601069

Tints of Palatinate Purple #601069

Color information

#601069 (or 0x601069) is unknown color: approx Palatinate Purple. HEX triplet: 60, 10 and 69. RGB value is (96,16,105). Sum of RGB (Red+Green+Blue) = 96+16+105=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 105 - color contains mainly: blue. Hex color #601069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601069 is #9FEF96. Grayscale: #313131. Windows color (decimal): -10481559 or 6885472. OLE color: 6885472.

HSL color Cylindrical-coordinate representation of color #601069: hue angle of 293.93º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #601069 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9616105-
CMYK0.090.8500.59
HSL293.93º73.55%23.73%-
HSV(B)293.93º84.76%41.18%-
XYZ7.563.8813.71-
YUV50.07159160.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.24%
GREEN value IS 16 (6.64% from 255) = 7.37%
BLUE value IS 105 (41.41% from 255) = 48.39%
R=44.24%
G=7.37%
B=48.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96161050.090.8500.59293.9373.5523.73
Hex60106995503B1264a18
Octal140201511112507344611230
Binary1100000100001101001100110101010111011100100110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601069; }

 p { color: rgb(96,16,105); }

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

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

 a { background-color: rgb(96,16,105); }

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

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

 span { border-color: rgb(96,16,105); }

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