#6B395B

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

Shades of Palatinate Purple #6B395B

Tints of Palatinate Purple #6B395B

Color information

#6B395B (or 0x6B395B) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 39 and 5B. RGB value is (107,57,91). Sum of RGB (Red+Green+Blue) = 107+57+91=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 107 - color contains mainly: red. Hex color #6B395B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B395B is #94C6A4. Grayscale: #4B4B4B. Windows color (decimal): -9750181 or 5978475. OLE color: 5978475.

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

Color convert

RGB1075791-
CMYK00.470.150.58
HSL319.2º30.49%32.16%-
HSV(B)319.2º46.73%41.96%-
XYZ9.416.8110.72-
YUV75.83136.56150.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.96%
GREEN value IS 57 (22.66% from 255) = 22.35%
BLUE value IS 91 (35.94% from 255) = 35.69%
R=41.96%
G=22.35%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107579100.470.150.58319.230.4932.16
Hex6B395B02FF3A13f1e20
Octal1537113305717724773640
Binary110101111100110110110101111111111101010011111111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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