#6B395C

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

Shades of Palatinate Purple #6B395C

Tints of Palatinate Purple #6B395C

Color information

#6B395C (or 0x6B395C) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 39 and 5C. RGB value is (107,57,92). Sum of RGB (Red+Green+Blue) = 107+57+92=256 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.80% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 107 - color contains mainly: red. Hex color #6B395C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B395C is #94C6A3. Grayscale: #4B4B4B. Windows color (decimal): -9750180 or 6044011. OLE color: 6044011.

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

Color convert

RGB1075792-
CMYK00.470.140.58
HSL318º30.49%32.16%-
HSV(B)318º46.73%41.96%-
XYZ9.466.8210.94-
YUV75.94137.06150.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.80%
GREEN value IS 57 (22.66% from 255) = 22.27%
BLUE value IS 92 (36.33% from 255) = 35.94%
R=41.80%
G=22.27%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107579200.470.140.5831830.4932.16
Hex6B395C02FE3A13e1e20
Octal1537113405716724763640
Binary110101111100110111000101111111011101010011111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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