#6B315A

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

Shades of Palatinate Purple #6B315A

Tints of Palatinate Purple #6B315A

Color information

#6B315A (or 0x6B315A) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 31 and 5A. RGB value is (107,49,90). Sum of RGB (Red+Green+Blue) = 107+49+90=246 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.50% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 107 - color contains mainly: red. Hex color #6B315A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B315A is #94CEA5. Grayscale: #464646. Windows color (decimal): -9752230 or 5910891. OLE color: 5910891.

HSL color Cylindrical-coordinate representation of color #6B315A: hue angle of 317.59º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B315A is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB1074990-
CMYK00.540.160.58
HSL317.59º37.18%30.59%-
HSV(B)317.59º54.21%41.96%-
XYZ9.016.0610.37-
YUV71.02138.72153.67-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.50%
GREEN value IS 49 (19.53% from 255) = 19.92%
BLUE value IS 90 (35.55% from 255) = 36.59%
R=43.50%
G=19.92%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107499000.540.160.58317.5937.1830.59
Hex6B315A036103A13e251f
Octal1536113206620724764537
Binary1101011110001101101001101101000011101010011111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,49,90); }

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

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

 a { background-color: rgb(107,49,90); }

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

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

 span { border-color: rgb(107,49,90); }

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