#610466

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

Shades of Palatinate Purple #610466

Tints of Palatinate Purple #610466

Color information

#610466 (or 0x610466) is unknown color: approx Palatinate Purple. HEX triplet: 61, 04 and 66. RGB value is (97,4,102). Sum of RGB (Red+Green+Blue) = 97+4+102=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #610466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610466 is #9EFB99. Grayscale: #2A2A2A. Windows color (decimal): -10419098 or 6685793. OLE color: 6685793.

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

Color convert

RGB974102-
CMYK0.050.9600.6
HSL296.94º92.45%20.78%-
HSV(B)296.94º96.08%40%-
XYZ7.373.5912.87-
YUV42.98161.31166.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.78%
GREEN value IS 4 (1.95% from 255) = 1.97%
BLUE value IS 102 (40.23% from 255) = 50.25%
R=47.78%
G=1.97%
B=50.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9741020.050.9600.6296.9492.4520.78
Hex6146656003C1295c15
Octal1414146514007445113425
Binary1100001100110011010111000000111100100101001101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610466; }

 p { color: rgb(97,4,102); }

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

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

 a { background-color: rgb(97,4,102); }

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

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

 span { border-color: rgb(97,4,102); }

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