#6B355A

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

Shades of Palatinate Purple #6B355A

Tints of Palatinate Purple #6B355A

Color information

#6B355A (or 0x6B355A) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 35 and 5A. RGB value is (107,53,90). Sum of RGB (Red+Green+Blue) = 107+53+90=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 107 - color contains mainly: red. Hex color #6B355A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B355A is #94CAA5. Grayscale: #494949. Windows color (decimal): -9751206 or 5911915. OLE color: 5911915.

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

Color convert

RGB1075390-
CMYK00.500.160.58
HSL318.89º33.75%31.37%-
HSV(B)318.89º50.47%41.96%-
XYZ9.186.4110.43-
YUV73.36137.39151.99-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.8%
GREEN value IS 53 (21.09% from 255) = 21.2%
BLUE value IS 90 (35.55% from 255) = 36%
R=42.8%
G=21.2%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107539000.500.160.58318.8933.7531.37
Hex6B355A032103A13f221f
Octal1536513206220724774237
Binary1101011110101101101001100101000011101010011111110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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