#6B1266

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

Shades of Palatinate Purple #6B1266

Tints of Palatinate Purple #6B1266

Color information

#6B1266 (or 0x6B1266) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 12 and 66. RGB value is (107,18,102). Sum of RGB (Red+Green+Blue) = 107+18+102=227 (30% of max value = 765). Red value is 107 (42.19% from 255 or 47.14% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1266 is #94ED99. Grayscale: #353535. Windows color (decimal): -9760154 or 6689387. OLE color: 6689387.

HSL color Cylindrical-coordinate representation of color #6B1266: hue angle of 303.37º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B1266 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB10718102-
CMYK00.830.050.58
HSL303.37º71.2%24.51%-
HSV(B)303.37º83.18%41.96%-
XYZ8.684.5212.98-
YUV54.19154.99165.67-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.14%
GREEN value IS 18 (7.42% from 255) = 7.93%
BLUE value IS 102 (40.23% from 255) = 44.93%
R=47.14%
G=7.93%
B=44.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071810200.830.050.58303.3771.224.51
Hex6B126605353A12f4719
Octal15322146012357245710731
Binary110101110010110011001010011101111010100101111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,18,102); }

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

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

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

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

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

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

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