#6D105A

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

Shades of Palatinate Purple #6D105A

Tints of Palatinate Purple #6D105A

Color information

#6D105A (or 0x6D105A) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 10 and 5A. RGB value is (109,16,90). Sum of RGB (Red+Green+Blue) = 109+16+90=215 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.70% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 109 - color contains mainly: red. Hex color #6D105A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D105A is #92EFA5. Grayscale: #343434. Windows color (decimal): -9629606 or 5902445. OLE color: 5902445.

HSL color Cylindrical-coordinate representation of color #6D105A: hue angle of 312.26º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D105A is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB1091690-
CMYK00.850.170.57
HSL312.26º74.4%24.51%-
HSV(B)312.26º85.32%42.75%-
XYZ8.344.3610.07-
YUV52.24149.31168.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 50.70%
GREEN value IS 16 (6.64% from 255) = 7.44%
BLUE value IS 90 (35.55% from 255) = 41.86%
R=50.70%
G=7.44%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109169000.850.170.57312.2674.424.51
Hex6D105A05511391384a19
Octal155201320125217147011231
Binary11011011000010110100101010110001111001100111000100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D105A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,16,90); }

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

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

 a { background-color: rgb(109,16,90); }

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

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

 span { border-color: rgb(109,16,90); }

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