#61305E

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

Shades of Palatinate Purple #61305E

Tints of Palatinate Purple #61305E

Color information

#61305E (or 0x61305E) is unknown color: approx Palatinate Purple. HEX triplet: 61, 30 and 5E. RGB value is (97,48,94). Sum of RGB (Red+Green+Blue) = 97+48+94=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 97 - color contains mainly: red. Hex color #61305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61305E is #9ECFA1. Grayscale: #434343. Windows color (decimal): -10407842 or 6172769. OLE color: 6172769.

HSL color Cylindrical-coordinate representation of color #61305E: hue angle of 303.67º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61305E is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB974894-
CMYK00.510.030.62
HSL303.67º33.79%28.43%-
HSV(B)303.67º50.52%38.04%-
XYZ8.015.4611.22-
YUV67.9142.73148.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.59%
GREEN value IS 48 (19.14% from 255) = 20.08%
BLUE value IS 94 (37.11% from 255) = 39.33%
R=40.59%
G=20.08%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97489400.510.030.62303.6733.7928.43
Hex61305E03333E130221c
Octal141601360633764604234
Binary1100001110000101111001100111111111010011000010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61305E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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