#610260

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

Shades of Palatinate Purple #610260

Tints of Palatinate Purple #610260

Color information

#610260 (or 0x610260) is unknown color: approx Palatinate Purple. HEX triplet: 61, 02 and 60. RGB value is (97,2,96). Sum of RGB (Red+Green+Blue) = 97+2+96=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #610260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610260 is #9EFD9F. Grayscale: #282828. Windows color (decimal): -10419616 or 6292065. OLE color: 6292065.

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

Color convert

RGB97296-
CMYK00.980.010.62
HSL300.63º95.96%19.41%-
HSV(B)300.63º97.94%38.04%-
XYZ7.063.4311.36-
YUV41.12158.97167.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.74%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 96 (37.89% from 255) = 49.23%
R=49.74%
G=1.03%
B=49.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9729600.980.010.62300.6395.9619.41
Hex6126006213E12d6013
Octal1412140014217645514023
Binary1100001101100000011000101111110100101101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610260; }

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

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

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

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

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

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

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

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