#6B345B

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

Shades of Palatinate Purple #6B345B

Tints of Palatinate Purple #6B345B

Color information

#6B345B (or 0x6B345B) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 34 and 5B. RGB value is (107,52,91). Sum of RGB (Red+Green+Blue) = 107+52+91=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 107 - color contains mainly: red. Hex color #6B345B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B345B is #94CBA4. Grayscale: #484848. Windows color (decimal): -9751461 or 5977195. OLE color: 5977195.

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

Color convert

RGB1075291-
CMYK00.510.150.58
HSL317.45º34.59%31.18%-
HSV(B)317.45º51.4%41.96%-
XYZ9.186.3410.64-
YUV72.89138.22152.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.8%
GREEN value IS 52 (20.70% from 255) = 20.8%
BLUE value IS 91 (35.94% from 255) = 36.4%
R=42.8%
G=20.8%
B=36.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107529100.510.150.58317.4534.5931.18
Hex6B345B033F3A13d231f
Octal1536413306317724754337
Binary110101111010010110110110011111111101010011110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,52,91); }

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

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

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

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

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

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

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