#60076A

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

Shades of Palatinate Purple #60076A

Tints of Palatinate Purple #60076A

Color information

#60076A (or 0x60076A) is unknown color: approx Palatinate Purple. HEX triplet: 60, 07 and 6A. RGB value is (96,7,106). Sum of RGB (Red+Green+Blue) = 96+7+106=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 106 (41.80% from 255 or 50.72% from 209); Max value from RGB is 106 - color contains mainly: blue. Hex color #60076A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60076A is #9FF895. Grayscale: #2C2C2C. Windows color (decimal): -10483862 or 6948704. OLE color: 6948704.

HSL color Cylindrical-coordinate representation of color #60076A: hue angle of 293.94º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #60076A is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB967106-
CMYK0.090.9300.58
HSL293.94º87.61%22.16%-
HSV(B)293.94º93.4%41.57%-
XYZ7.53.6813.95-
YUV44.9162.49164.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.93%
GREEN value IS 7 (3.12% from 255) = 3.35%
BLUE value IS 106 (41.80% from 255) = 50.72%
R=45.93%
G=3.35%
B=50.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9671060.090.9300.58293.9487.6122.16
Hex6076A95D03A1265816
Octal14071521113507244613026
Binary11000001111101010100110111010111010100100110101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60076A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60076A; }

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

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

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

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

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

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

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

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