#61035D

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

Shades of Palatinate Purple #61035D

Tints of Palatinate Purple #61035D

Color information

#61035D (or 0x61035D) is unknown color: approx Palatinate Purple. HEX triplet: 61, 03 and 5D. RGB value is (97,3,93). Sum of RGB (Red+Green+Blue) = 97+3+93=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #61035D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61035D is #9EFCA2. Grayscale: #292929. Windows color (decimal): -10419363 or 6095713. OLE color: 6095713.

HSL color Cylindrical-coordinate representation of color #61035D: hue angle of 302.55º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #61035D is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB97393-
CMYK00.970.040.62
HSL302.55º94%19.61%-
HSV(B)302.55º96.91%38.04%-
XYZ6.943.410.65-
YUV41.37157.14167.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.26%
GREEN value IS 3 (1.56% from 255) = 1.55%
BLUE value IS 93 (36.72% from 255) = 48.19%
R=50.26%
G=1.55%
B=48.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9739300.970.040.62302.559419.61
Hex6135D06143E12f5e14
Octal1413135014147645713624
Binary110000111101110101100001100111110100101111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61035D; }

 p { color: rgb(97,3,93); }

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

<style>
 a { background-color: #61035D; }

 a { background-color: rgb(97,3,93); }

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

<style>
 span { border-color: #61035D; }

 span { border-color: rgb(97,3,93); }

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