#600765

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

Shades of Palatinate Purple #600765

Tints of Palatinate Purple #600765

Color information

#600765 (or 0x600765) is unknown color: approx Palatinate Purple. HEX triplet: 60, 07 and 65. RGB value is (96,7,101). Sum of RGB (Red+Green+Blue) = 96+7+101=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 101 - color contains mainly: blue. Hex color #600765 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600765 is #9FF89A. Grayscale: #2C2C2C. Windows color (decimal): -10483867 or 6621024. OLE color: 6621024.

HSL color Cylindrical-coordinate representation of color #600765: hue angle of 296.81º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #600765 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB967101-
CMYK0.050.9300.60
HSL296.81º87.04%21.18%-
HSV(B)296.81º93.07%39.61%-
XYZ7.253.5812.62-
YUV44.33159.99164.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.06%
GREEN value IS 7 (3.12% from 255) = 3.43%
BLUE value IS 101 (39.84% from 255) = 49.51%
R=47.06%
G=3.43%
B=49.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9671010.050.9300.60296.8187.0421.18
Hex6076555D03C1295715
Octal1407145513507445112725
Binary1100000111110010110110111010111100100101001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600765; }

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

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

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

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

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

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

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

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