#6B126C

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

Shades of Palatinate Purple #6B126C

Tints of Palatinate Purple #6B126C

Color information

#6B126C (or 0x6B126C) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 12 and 6C. RGB value is (107,18,108). Sum of RGB (Red+Green+Blue) = 107+18+108=233 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.92% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 108 - color contains mainly: blue. Hex color #6B126C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B126C is #94ED93. Grayscale: #363636. Windows color (decimal): -9760148 or 7082603. OLE color: 7082603.

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

Color convert

RGB10718108-
CMYK0.010.8300.58
HSL299.33º71.43%24.71%-
HSV(B)299.33º83.33%42.35%-
XYZ8.994.6414.61-
YUV54.87157.99165.18-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.92%
GREEN value IS 18 (7.42% from 255) = 7.73%
BLUE value IS 108 (42.58% from 255) = 46.35%
R=45.92%
G=7.73%
B=46.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107181080.010.8300.58299.3371.4324.71
Hex6B126C15303A12b4719
Octal15322154112307245310731
Binary1101011100101101100110100110111010100101011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B126C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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