#6B216B

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

Shades of Palatinate Purple #6B216B

Tints of Palatinate Purple #6B216B

Color information

#6B216B (or 0x6B216B) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 21 and 6B. RGB value is (107,33,107). Sum of RGB (Red+Green+Blue) = 107+33+107=247 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.32% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 107 - color contains mainly: red, blue. Hex color #6B216B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B216B is #94DE94. Grayscale: #3F3F3F. Windows color (decimal): -9756309 or 7020907. OLE color: 7020907.

HSL color Cylindrical-coordinate representation of color #6B216B: hue angle of 300º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B216B is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10733107-
CMYK00.6900.58
HSL300º52.86%27.45%-
HSV(B)300º69.16%41.96%-
XYZ9.265.2814.44-
YUV63.56152.52158.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.32%
GREEN value IS 33 (13.28% from 255) = 13.36%
BLUE value IS 107 (42.19% from 255) = 43.32%
R=43.32%
G=13.36%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1073310700.6900.5830052.8627.45
Hex6B216B04503A12c351b
Octal1534115301050724546533
Binary1101011100001110101101000101011101010010110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B216B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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