#6D0461

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

Shades of Palatinate Purple #6D0461

Tints of Palatinate Purple #6D0461

Color information

#6D0461 (or 0x6D0461) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 04 and 61. RGB value is (109,4,97). Sum of RGB (Red+Green+Blue) = 109+4+97=210 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.90% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0461 is #92FB9E. Grayscale: #2D2D2D. Windows color (decimal): -9632671 or 6358125. OLE color: 6358125.

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

Color convert

RGB109497-
CMYK00.960.110.57
HSL306.86º92.92%22.16%-
HSV(B)306.86º96.33%42.75%-
XYZ8.514.211.67-
YUV46156.79172.94-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 51.90%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 97 (38.28% from 255) = 46.19%
R=51.90%
G=1.90%
B=46.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.11
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10949700.960.110.57306.8692.9222.16
Hex6D461060B391335d16
Octal15541410140137146313526
Binary11011011001100001011000001011111001100110011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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