#61385A

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

Shades of Palatinate Purple #61385A

Tints of Palatinate Purple #61385A

Color information

#61385A (or 0x61385A) is unknown color: approx Palatinate Purple. HEX triplet: 61, 38 and 5A. RGB value is (97,56,90). Sum of RGB (Red+Green+Blue) = 97+56+90=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 97 - color contains mainly: red. Hex color #61385A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61385A is #9EC7A5. Grayscale: #484848. Windows color (decimal): -10405798 or 5912673. OLE color: 5912673.

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

Color convert

RGB975690-
CMYK00.420.070.62
HSL310.24º26.8%30%-
HSV(B)310.24º42.27%38.04%-
XYZ8.196.1110.42-
YUV72.14138.08145.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.92%
GREEN value IS 56 (22.27% from 255) = 23.05%
BLUE value IS 90 (35.55% from 255) = 37.04%
R=39.92%
G=23.05%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97569000.420.070.62310.2426.830
Hex61385A02A73E1361b1e
Octal141701320527764663336
Binary1100001111000101101001010101111111101001101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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