#61125C

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

Shades of Palatinate Purple #61125C

Tints of Palatinate Purple #61125C

Color information

#61125C (or 0x61125C) is unknown color: approx Palatinate Purple. HEX triplet: 61, 12 and 5C. RGB value is (97,18,92). Sum of RGB (Red+Green+Blue) = 97+18+92=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #61125C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61125C is #9EEDA3. Grayscale: #313131. Windows color (decimal): -10415524 or 6034017. OLE color: 6034017.

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

Color convert

RGB971892-
CMYK00.810.050.62
HSL303.8º68.7%22.55%-
HSV(B)303.8º81.44%38.04%-
XYZ7.083.7510.48-
YUV50.06151.67161.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.86%
GREEN value IS 18 (7.42% from 255) = 8.70%
BLUE value IS 92 (36.33% from 255) = 44.44%
R=46.86%
G=8.70%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97189200.810.050.62303.868.722.55
Hex61125C05153E1304517
Octal14122134012157646010527
Binary110000110010101110001010001101111110100110000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61125C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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