#6D2761

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

Shades of Palatinate Purple #6D2761

Tints of Palatinate Purple #6D2761

Color information

#6D2761 (or 0x6D2761) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 27 and 61. RGB value is (109,39,97). Sum of RGB (Red+Green+Blue) = 109+39+97=245 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.49% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2761 is #92D89E. Grayscale: #424242. Windows color (decimal): -9623711 or 6367085. OLE color: 6367085.

HSL color Cylindrical-coordinate representation of color #6D2761: hue angle of 310.29º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D2761 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB1093997-
CMYK00.640.110.57
HSL310.29º47.3%29.02%-
HSV(B)310.29º64.22%42.75%-
XYZ9.195.5711.9-
YUV66.54145.19158.28-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.49%
GREEN value IS 39 (15.62% from 255) = 15.92%
BLUE value IS 97 (38.28% from 255) = 39.59%
R=44.49%
G=15.92%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109399700.640.110.57310.2947.329.02
Hex6D2761040B391362f1d
Octal15547141010013714665735
Binary1101101100111110000101000000101111100110011011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D2761; }

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

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

<style>
 a { background-color: #6D2761; }

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

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

<style>
 span { border-color: #6D2761; }

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

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