#6B345E

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

Shades of Palatinate Purple #6B345E

Tints of Palatinate Purple #6B345E

Color information

#6B345E (or 0x6B345E) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 34 and 5E. RGB value is (107,52,94). Sum of RGB (Red+Green+Blue) = 107+52+94=253 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.29% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 107 - color contains mainly: red. Hex color #6B345E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B345E is #94CBA1. Grayscale: #494949. Windows color (decimal): -9751458 or 6173803. OLE color: 6173803.

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

Color convert

RGB1075294-
CMYK00.510.120.58
HSL314.18º34.59%31.18%-
HSV(B)314.18º51.4%41.96%-
XYZ9.316.3911.33-
YUV73.23139.72152.08-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.29%
GREEN value IS 52 (20.70% from 255) = 20.55%
BLUE value IS 94 (37.11% from 255) = 37.15%
R=42.29%
G=20.55%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107529400.510.120.58314.1834.5931.18
Hex6B345E033C3A13a231f
Octal1536413606314724724337
Binary110101111010010111100110011110011101010011101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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