#6B325C

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

Shades of Palatinate Purple #6B325C

Tints of Palatinate Purple #6B325C

Color information

#6B325C (or 0x6B325C) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 32 and 5C. RGB value is (107,50,92). Sum of RGB (Red+Green+Blue) = 107+50+92=249 (32% of max value = 765). Red value is 107 (42.19% from 255 or 42.97% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 107 - color contains mainly: red. Hex color #6B325C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B325C is #94CDA3. Grayscale: #474747. Windows color (decimal): -9751972 or 6042219. OLE color: 6042219.

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

Color convert

RGB1075092-
CMYK00.530.140.58
HSL315.79º36.31%30.78%-
HSV(B)315.79º53.27%41.96%-
XYZ9.146.1810.84-
YUV71.83139.38153.08-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.97%
GREEN value IS 50 (19.92% from 255) = 20.08%
BLUE value IS 92 (36.33% from 255) = 36.95%
R=42.97%
G=20.08%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107509200.530.140.58315.7936.3130.78
Hex6B325C035E3A13c241f
Octal1536213406516724744437
Binary110101111001010111000110101111011101010011110010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,50,92); }

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

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

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

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

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

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

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