#61135C

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

Shades of Palatinate Purple #61135C

Tints of Palatinate Purple #61135C

Color information

#61135C (or 0x61135C) is unknown color: approx Palatinate Purple. HEX triplet: 61, 13 and 5C. RGB value is (97,19,92). Sum of RGB (Red+Green+Blue) = 97+19+92=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #61135C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61135C is #9EECA3. Grayscale: #323232. Windows color (decimal): -10415268 or 6034273. OLE color: 6034273.

HSL color Cylindrical-coordinate representation of color #61135C: hue angle of 303.85º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #61135C is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB971992-
CMYK00.800.050.62
HSL303.85º67.24%22.75%-
HSV(B)303.85º80.41%38.04%-
XYZ7.093.7810.48-
YUV50.64151.34161.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.63%
GREEN value IS 19 (7.81% from 255) = 9.13%
BLUE value IS 92 (36.33% from 255) = 44.23%
R=46.63%
G=9.13%
B=44.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97199200.800.050.62303.8567.2422.75
Hex61135C05053E1304317
Octal14123134012057646010327
Binary110000110011101110001010000101111110100110000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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