#610765

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

Shades of Palatinate Purple #610765

Tints of Palatinate Purple #610765

Color information

#610765 (or 0x610765) is unknown color: approx Palatinate Purple. HEX triplet: 61, 07 and 65. RGB value is (97,7,101). Sum of RGB (Red+Green+Blue) = 97+7+101=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 101 - color contains mainly: blue. Hex color #610765 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610765 is #9EF89A. Grayscale: #2C2C2C. Windows color (decimal): -10418331 or 6621025. OLE color: 6621025.

HSL color Cylindrical-coordinate representation of color #610765: hue angle of 297.45º 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 #610765 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB977101-
CMYK0.040.9300.60
HSL297.45º87.04%21.18%-
HSV(B)297.45º93.07%39.61%-
XYZ7.353.6312.63-
YUV44.63159.82165.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.32%
GREEN value IS 7 (3.12% from 255) = 3.41%
BLUE value IS 101 (39.84% from 255) = 49.27%
R=47.32%
G=3.41%
B=49.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9771010.040.9300.60297.4587.0421.18
Hex6176545D03C1295715
Octal1417145413507445112725
Binary1100001111110010110010111010111100100101001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610765; }

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

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

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

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

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

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

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

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