#6F335B

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

Shades of Palatinate Purple #6F335B

Tints of Palatinate Purple #6F335B

Color information

#6F335B (or 0x6F335B) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 33 and 5B. RGB value is (111,51,91). Sum of RGB (Red+Green+Blue) = 111+51+91=253 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.87% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 111 - color contains mainly: red. Hex color #6F335B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F335B is #90CCA4. Grayscale: #494949. Windows color (decimal): -9489573 or 5976943. OLE color: 5976943.

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

Color convert

RGB1115191-
CMYK00.540.180.56
HSL320º37.04%31.76%-
HSV(B)320º54.05%43.53%-
XYZ9.636.510.65-
YUV73.5137.88154.75-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.87%
GREEN value IS 51 (20.31% from 255) = 20.16%
BLUE value IS 91 (35.94% from 255) = 35.97%
R=43.87%
G=20.16%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111519100.540.180.5632037.0431.76
Hex6F335B03612381402520
Octal1576313306622705004540
Binary11011111100111011011011011010010111000101000000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,51,91); }

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

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

 a { background-color: rgb(111,51,91); }

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

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

 span { border-color: rgb(111,51,91); }

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