#6B2466

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

Shades of Palatinate Purple #6B2466

Tints of Palatinate Purple #6B2466

Color information

#6B2466 (or 0x6B2466) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 24 and 66. RGB value is (107,36,102). Sum of RGB (Red+Green+Blue) = 107+36+102=245 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.67% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2466 is #94DB99. Grayscale: #404040. Windows color (decimal): -9755546 or 6693995. OLE color: 6693995.

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

Color convert

RGB10736102-
CMYK00.660.050.58
HSL304.23º49.65%28.04%-
HSV(B)304.23º66.36%41.96%-
XYZ9.095.3513.12-
YUV64.75149.02158.13-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.67%
GREEN value IS 36 (14.45% from 255) = 14.69%
BLUE value IS 102 (40.23% from 255) = 41.63%
R=43.67%
G=14.69%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1073610200.660.050.58304.2349.6528.04
Hex6B246604253A130321c
Octal1534414601025724606234
Binary110101110010011001100100001010111101010011000011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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