#61125A

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

Shades of Palatinate Purple #61125A

Tints of Palatinate Purple #61125A

Color information

#61125A (or 0x61125A) is unknown color: approx Palatinate Purple. HEX triplet: 61, 12 and 5A. RGB value is (97,18,90). Sum of RGB (Red+Green+Blue) = 97+18+90=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #61125A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61125A is #9EEDA5. Grayscale: #313131. Windows color (decimal): -10415526 or 5902945. OLE color: 5902945.

HSL color Cylindrical-coordinate representation of color #61125A: hue angle of 305.32º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #61125A is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB971890-
CMYK00.810.070.62
HSL305.32º68.7%22.55%-
HSV(B)305.32º81.44%38.04%-
XYZ6.993.7110.02-
YUV49.83150.67161.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.32%
GREEN value IS 18 (7.42% from 255) = 8.78%
BLUE value IS 90 (35.55% from 255) = 43.90%
R=47.32%
G=8.78%
B=43.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97189000.810.070.62305.3268.722.55
Hex61125A05173E1314517
Octal14122132012177646110527
Binary110000110010101101001010001111111110100110001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61125A; }

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

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

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

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

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

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

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

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