#61275E

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

Shades of Palatinate Purple #61275E

Tints of Palatinate Purple #61275E

Color information

#61275E (or 0x61275E) is unknown color: approx Palatinate Purple. HEX triplet: 61, 27 and 5E. RGB value is (97,39,94). Sum of RGB (Red+Green+Blue) = 97+39+94=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 97 - color contains mainly: red. Hex color #61275E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61275E is #9ED8A1. Grayscale: #3E3E3E. Windows color (decimal): -10410146 or 6170465. OLE color: 6170465.

HSL color Cylindrical-coordinate representation of color #61275E: hue angle of 303.1º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61275E is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB973994-
CMYK00.600.030.62
HSL303.1º42.65%26.67%-
HSV(B)303.1º59.79%38.04%-
XYZ7.684.811.11-
YUV62.61145.72152.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.17%
GREEN value IS 39 (15.62% from 255) = 16.96%
BLUE value IS 94 (37.11% from 255) = 40.87%
R=42.17%
G=16.96%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97399400.600.030.62303.142.6526.67
Hex61275E03C33E12f2b1b
Octal141471360743764575333
Binary1100001100111101111001111001111111010010111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61275E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61275E; }

 p { color: rgb(97,39,94); }

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

<style>
 a { background-color: #61275E; }

 a { background-color: rgb(97,39,94); }

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

<style>
 span { border-color: #61275E; }

 span { border-color: rgb(97,39,94); }

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