#6B226B

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

Shades of Palatinate Purple #6B226B

Tints of Palatinate Purple #6B226B

Color information

#6B226B (or 0x6B226B) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 22 and 6B. RGB value is (107,34,107). Sum of RGB (Red+Green+Blue) = 107+34+107=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 107 - color contains mainly: red, blue. Hex color #6B226B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B226B is #94DD94. Grayscale: #3F3F3F. Windows color (decimal): -9756053 or 7021163. OLE color: 7021163.

HSL color Cylindrical-coordinate representation of color #6B226B: hue angle of 300º 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 #6B226B is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10734107-
CMYK00.6800.58
HSL300º51.77%27.65%-
HSV(B)300º68.22%41.96%-
XYZ9.295.3314.45-
YUV64.15152.18158.56-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.15%
GREEN value IS 34 (13.67% from 255) = 13.71%
BLUE value IS 107 (42.19% from 255) = 43.15%
R=43.15%
G=13.71%
B=43.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1073410700.6800.5830051.7727.65
Hex6B226B04403A12c341c
Octal1534215301040724546434
Binary1101011100010110101101000100011101010010110011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B226B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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