#61065D

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

Shades of Palatinate Purple #61065D

Tints of Palatinate Purple #61065D

Color information

#61065D (or 0x61065D) is unknown color: approx Palatinate Purple. HEX triplet: 61, 06 and 5D. RGB value is (97,6,93). Sum of RGB (Red+Green+Blue) = 97+6+93=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #61065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61065D is #9EF9A2. Grayscale: #2A2A2A. Windows color (decimal): -10418595 or 6096481. OLE color: 6096481.

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

Color convert

RGB97693-
CMYK00.940.040.62
HSL302.64º88.35%20.2%-
HSV(B)302.64º93.81%38.04%-
XYZ6.973.4610.66-
YUV43.13156.15166.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.49%
GREEN value IS 6 (2.73% from 255) = 3.06%
BLUE value IS 93 (36.72% from 255) = 47.45%
R=49.49%
G=3.06%
B=47.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9769300.940.040.62302.6488.3520.2
Hex6165D05E43E12f5814
Octal1416135013647645713024
Binary1100001110101110101011110100111110100101111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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