#6F355A

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

Shades of Palatinate Purple #6F355A

Tints of Palatinate Purple #6F355A

Color information

#6F355A (or 0x6F355A) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 35 and 5A. RGB value is (111,53,90). Sum of RGB (Red+Green+Blue) = 111+53+90=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 111 - color contains mainly: red. Hex color #6F355A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F355A is #90CAA5. Grayscale: #4A4A4A. Windows color (decimal): -9489062 or 5911919. OLE color: 5911919.

HSL color Cylindrical-coordinate representation of color #6F355A: hue angle of 321.72º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F355A is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1115390-
CMYK00.520.190.56
HSL321.72º35.37%32.16%-
HSV(B)321.72º52.25%43.53%-
XYZ9.676.6610.45-
YUV74.56136.72153.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.70%
GREEN value IS 53 (21.09% from 255) = 20.87%
BLUE value IS 90 (35.55% from 255) = 35.43%
R=43.70%
G=20.87%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111539000.520.190.56321.7235.3732.16
Hex6F355A03413381422320
Octal1576513206423705024340
Binary11011111101011011010011010010011111000101000010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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