#61125E

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

Shades of Palatinate Purple #61125E

Tints of Palatinate Purple #61125E

Color information

#61125E (or 0x61125E) is unknown color: approx Palatinate Purple. HEX triplet: 61, 12 and 5E. RGB value is (97,18,94). Sum of RGB (Red+Green+Blue) = 97+18+94=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #61125E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61125E is #9EEDA1. Grayscale: #323232. Windows color (decimal): -10415522 or 6165089. OLE color: 6165089.

HSL color Cylindrical-coordinate representation of color #61125E: hue angle of 302.28º 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 #61125E is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB971894-
CMYK00.810.030.62
HSL302.28º68.7%22.55%-
HSV(B)302.28º81.44%38.04%-
XYZ7.173.7810.94-
YUV50.28152.67161.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.41%
GREEN value IS 18 (7.42% from 255) = 8.61%
BLUE value IS 94 (37.11% from 255) = 44.98%
R=46.41%
G=8.61%
B=44.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97189400.810.030.62302.2868.722.55
Hex61125E05133E12e4517
Octal14122136012137645610527
Binary11000011001010111100101000111111110100101110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61125E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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