#6F335A

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

Shades of Palatinate Purple #6F335A

Tints of Palatinate Purple #6F335A

Color information

#6F335A (or 0x6F335A) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 33 and 5A. RGB value is (111,51,90). Sum of RGB (Red+Green+Blue) = 111+51+90=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 111 - color contains mainly: red. Hex color #6F335A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F335A is #90CCA5. Grayscale: #494949. Windows color (decimal): -9489574 or 5911407. OLE color: 5911407.

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

Color convert

RGB1115190-
CMYK00.540.190.56
HSL321º37.04%31.76%-
HSV(B)321º54.05%43.53%-
XYZ9.586.4910.42-
YUV73.39137.38154.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.05%
GREEN value IS 51 (20.31% from 255) = 20.24%
BLUE value IS 90 (35.55% from 255) = 35.71%
R=44.05%
G=20.24%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111519000.540.190.5632137.0431.76
Hex6F335A03613381412520
Octal1576313206623705014540
Binary11011111100111011010011011010011111000101000001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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