#6D1B62

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

Shades of Palatinate Purple #6D1B62

Tints of Palatinate Purple #6D1B62

Color information

#6D1B62 (or 0x6D1B62) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 1B and 62. RGB value is (109,27,98). Sum of RGB (Red+Green+Blue) = 109+27+98=234 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.58% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1B62 is #92E49D. Grayscale: #3B3B3B. Windows color (decimal): -9626782 or 6429549. OLE color: 6429549.

HSL color Cylindrical-coordinate representation of color #6D1B62: hue angle of 308.05º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D1B62 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.57.

Color convert

RGB1092798-
CMYK00.750.100.57
HSL308.05º60.29%26.67%-
HSV(B)308.05º75.23%42.75%-
XYZ8.94.9212.04-
YUV59.61149.67163.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.58%
GREEN value IS 27 (10.94% from 255) = 11.54%
BLUE value IS 98 (38.67% from 255) = 41.88%
R=46.58%
G=11.54%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.10
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109279800.750.100.57308.0560.2926.67
Hex6D1B6204BA391343c1b
Octal15533142011312714647433
Binary110110111011110001001001011101011100110011010011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,27,98); }

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

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

 a { background-color: rgb(109,27,98); }

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

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

 span { border-color: rgb(109,27,98); }

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