#61385C

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

Shades of Palatinate Purple #61385C

Tints of Palatinate Purple #61385C

Color information

#61385C (or 0x61385C) is unknown color: approx Palatinate Purple. HEX triplet: 61, 38 and 5C. RGB value is (97,56,92). Sum of RGB (Red+Green+Blue) = 97+56+92=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #61385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61385C is #9EC7A3. Grayscale: #484848. Windows color (decimal): -10405796 or 6043745. OLE color: 6043745.

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

Color convert

RGB975692-
CMYK00.420.050.62
HSL307.32º26.8%30%-
HSV(B)307.32º42.27%38.04%-
XYZ8.286.1410.87-
YUV72.36139.08145.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.59%
GREEN value IS 56 (22.27% from 255) = 22.86%
BLUE value IS 92 (36.33% from 255) = 37.55%
R=39.59%
G=22.86%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97569200.420.050.62307.3226.830
Hex61385C02A53E1331b1e
Octal141701340525764633336
Binary1100001111000101110001010101011111101001100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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