#6F3367

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

Shades of Palatinate Purple #6F3367

Tints of Palatinate Purple #6F3367

Color information

#6F3367 (or 0x6F3367) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 33 and 67. RGB value is (111,51,103). Sum of RGB (Red+Green+Blue) = 111+51+103=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 103 (40.62% from 255 or 38.87% from 265); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3367 is #90CC98. Grayscale: #4A4A4A. Windows color (decimal): -9489561 or 6763375. OLE color: 6763375.

HSL color Cylindrical-coordinate representation of color #6F3367: hue angle of 308º 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 #6F3367 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB11151103-
CMYK00.540.070.56
HSL308º37.04%31.76%-
HSV(B)308º54.05%43.53%-
XYZ10.196.7313.59-
YUV74.87143.88153.77-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.89%
GREEN value IS 51 (20.31% from 255) = 19.25%
BLUE value IS 103 (40.62% from 255) = 38.87%
R=41.89%
G=19.25%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1115110300.540.070.5630837.0431.76
Hex6F33670367381342520
Octal157631470667704644540
Binary110111111001111001110110110111111000100110100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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