#610F5A

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

Shades of Palatinate Purple #610F5A

Tints of Palatinate Purple #610F5A

Color information

#610F5A (or 0x610F5A) is unknown color: approx Palatinate Purple. HEX triplet: 61, 0F and 5A. RGB value is (97,15,90). Sum of RGB (Red+Green+Blue) = 97+15+90=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #610F5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610F5A is #9EF0A5. Grayscale: #2F2F2F. Windows color (decimal): -10416294 or 5902177. OLE color: 5902177.

HSL color Cylindrical-coordinate representation of color #610F5A: hue angle of 305.12º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #610F5A is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB971590-
CMYK00.850.070.62
HSL305.12º73.21%21.96%-
HSV(B)305.12º84.54%38.04%-
XYZ6.953.6210.01-
YUV48.07151.67162.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.02%
GREEN value IS 15 (6.25% from 255) = 7.43%
BLUE value IS 90 (35.55% from 255) = 44.55%
R=48.02%
G=7.43%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97159000.850.070.62305.1273.2121.96
Hex61F5A05573E1314916
Octal14117132012577646111126
Binary11000011111101101001010101111111110100110001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610F5A; }

 p { color: rgb(97,15,90); }

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

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

 a { background-color: rgb(97,15,90); }

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

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

 span { border-color: rgb(97,15,90); }

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