#610262

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

Shades of Palatinate Purple #610262

Tints of Palatinate Purple #610262

Color information

#610262 (or 0x610262) is unknown color: approx Palatinate Purple. HEX triplet: 61, 02 and 62. RGB value is (97,2,98). Sum of RGB (Red+Green+Blue) = 97+2+98=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 98 - color contains mainly: blue. Hex color #610262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610262 is #9EFD9D. Grayscale: #292929. Windows color (decimal): -10419614 or 6423137. OLE color: 6423137.

HSL color Cylindrical-coordinate representation of color #610262: hue angle of 299.38º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #610262 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB97298-
CMYK0.010.9800.62
HSL299.38º96%19.61%-
HSV(B)299.38º97.96%38.43%-
XYZ7.163.4711.85-
YUV41.35159.97167.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.24%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 98 (38.67% from 255) = 49.75%
R=49.24%
G=1.02%
B=49.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal972980.010.9800.62299.389619.61
Hex6126216203E12b6014
Octal1412142114207645314024
Binary1100001101100010111000100111110100101011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610262; }

 p { color: rgb(97,2,98); }

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

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

 a { background-color: rgb(97,2,98); }

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

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

 span { border-color: rgb(97,2,98); }

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