#61385F

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

Shades of Palatinate Purple #61385F

Tints of Palatinate Purple #61385F

Color information

#61385F (or 0x61385F) is unknown color: approx Palatinate Purple. HEX triplet: 61, 38 and 5F. RGB value is (97,56,95). Sum of RGB (Red+Green+Blue) = 97+56+95=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 97 - color contains mainly: red. Hex color #61385F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61385F is #9EC7A0. Grayscale: #484848. Windows color (decimal): -10405793 or 6240353. OLE color: 6240353.

HSL color Cylindrical-coordinate representation of color #61385F: hue angle of 302.93º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61385F is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB975695-
CMYK00.420.020.62
HSL302.93º26.8%30%-
HSV(B)302.93º42.27%38.04%-
XYZ8.416.211.58-
YUV72.7140.58145.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.11%
GREEN value IS 56 (22.27% from 255) = 22.58%
BLUE value IS 95 (37.5% from 255) = 38.31%
R=39.11%
G=22.58%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97569500.420.020.62302.9326.830
Hex61385F02A23E12f1b1e
Octal141701370522764573336
Binary110000111100010111110101010101111101001011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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