#6B345C

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

Shades of Palatinate Purple #6B345C

Tints of Palatinate Purple #6B345C

Color information

#6B345C (or 0x6B345C) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 34 and 5C. RGB value is (107,52,92). Sum of RGB (Red+Green+Blue) = 107+52+92=251 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.63% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 107 - color contains mainly: red. Hex color #6B345C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B345C is #94CBA3. Grayscale: #484848. Windows color (decimal): -9751460 or 6042731. OLE color: 6042731.

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

Color convert

RGB1075292-
CMYK00.510.140.58
HSL316.36º34.59%31.18%-
HSV(B)316.36º51.4%41.96%-
XYZ9.226.3510.87-
YUV73138.72152.25-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.63%
GREEN value IS 52 (20.70% from 255) = 20.72%
BLUE value IS 92 (36.33% from 255) = 36.65%
R=42.63%
G=20.72%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107529200.510.140.58316.3634.5931.18
Hex6B345C033E3A13c231f
Octal1536413406316724744337
Binary110101111010010111000110011111011101010011110010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B345C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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