#6B3B60

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

Shades of Palatinate Purple #6B3B60

Tints of Palatinate Purple #6B3B60

Color information

#6B3B60 (or 0x6B3B60) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 3B and 60. RGB value is (107,59,96). Sum of RGB (Red+Green+Blue) = 107+59+96=262 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.84% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3B60 is #94C49F. Grayscale: #4D4D4D. Windows color (decimal): -9749664 or 6306667. OLE color: 6306667.

HSL color Cylindrical-coordinate representation of color #6B3B60: hue angle of 313.75º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B3B60 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB1075996-
CMYK00.450.100.58
HSL313.75º28.92%32.55%-
HSV(B)313.75º44.86%41.96%-
XYZ9.747.111.92-
YUV77.57138.4148.99-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.84%
GREEN value IS 59 (23.44% from 255) = 22.52%
BLUE value IS 96 (37.89% from 255) = 36.64%
R=40.84%
G=22.52%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107599600.450.100.58313.7528.9232.55
Hex6B3B6002DA3A13a1d21
Octal1537314005512724723541
Binary110101111101111000000101101101011101010011101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,59,96); }

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

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

 a { background-color: rgb(107,59,96); }

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

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

 span { border-color: rgb(107,59,96); }

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