#61065F

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

Shades of Palatinate Purple #61065F

Tints of Palatinate Purple #61065F

Color information

#61065F (or 0x61065F) is unknown color: approx Palatinate Purple. HEX triplet: 61, 06 and 5F. RGB value is (97,6,95). Sum of RGB (Red+Green+Blue) = 97+6+95=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #61065F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61065F is #9EF9A0. Grayscale: #2B2B2B. Windows color (decimal): -10418593 or 6227553. OLE color: 6227553.

HSL color Cylindrical-coordinate representation of color #61065F: hue angle of 301.32º 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 #61065F is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB97695-
CMYK00.940.020.62
HSL301.32º88.35%20.2%-
HSV(B)301.32º93.81%38.04%-
XYZ7.063.511.13-
YUV43.36157.15166.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.99%
GREEN value IS 6 (2.73% from 255) = 3.03%
BLUE value IS 95 (37.5% from 255) = 47.98%
R=48.99%
G=3.03%
B=47.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9769500.940.020.62301.3288.3520.2
Hex6165F05E23E12d5814
Octal1416137013627645513024
Binary110000111010111110101111010111110100101101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61065F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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