#6A226B

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

Shades of Palatinate Purple #6A226B

Tints of Palatinate Purple #6A226B

Color information

#6A226B (or 0x6A226B) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 22 and 6B. RGB value is (106,34,107). Sum of RGB (Red+Green+Blue) = 106+34+107=247 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.91% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 107 - color contains mainly: blue. Hex color #6A226B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A226B is #95DD94. Grayscale: #3F3F3F. Windows color (decimal): -9821589 or 7021162. OLE color: 7021162.

HSL color Cylindrical-coordinate representation of color #6A226B: hue angle of 299.18º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6A226B is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10634107-
CMYK0.010.6800.58
HSL299.18º51.77%27.65%-
HSV(B)299.18º68.22%41.96%-
XYZ9.175.2714.44-
YUV63.85152.35158.06-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.91%
GREEN value IS 34 (13.67% from 255) = 13.77%
BLUE value IS 107 (42.19% from 255) = 43.32%
R=42.91%
G=13.77%
B=43.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106341070.010.6800.58299.1851.7727.65
Hex6A226B14403A12b341c
Octal1524215311040724536434
Binary1101010100010110101111000100011101010010101111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A226B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,34,107); }

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

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

 a { background-color: rgb(106,34,107); }

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

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

 span { border-color: rgb(106,34,107); }

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