#61385D

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

Shades of Palatinate Purple #61385D

Tints of Palatinate Purple #61385D

Color information

#61385D (or 0x61385D) is unknown color: approx Palatinate Purple. HEX triplet: 61, 38 and 5D. RGB value is (97,56,93). Sum of RGB (Red+Green+Blue) = 97+56+93=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 97 - color contains mainly: red. Hex color #61385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61385D is #9EC7A2. Grayscale: #484848. Windows color (decimal): -10405795 or 6109281. OLE color: 6109281.

HSL color Cylindrical-coordinate representation of color #61385D: hue angle of 305.85º 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 #61385D is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB975693-
CMYK00.420.040.62
HSL305.85º26.8%30%-
HSV(B)305.85º42.27%38.04%-
XYZ8.326.1611.11-
YUV72.48139.58145.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.43%
GREEN value IS 56 (22.27% from 255) = 22.76%
BLUE value IS 93 (36.72% from 255) = 37.80%
R=39.43%
G=22.76%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97569300.420.040.62305.8526.830
Hex61385D02A43E1321b1e
Octal141701350524764623336
Binary1100001111000101110101010101001111101001100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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