#6F226A

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

Shades of Palatinate Purple #6F226A

Tints of Palatinate Purple #6F226A

Color information

#6F226A (or 0x6F226A) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 22 and 6A. RGB value is (111,34,106). Sum of RGB (Red+Green+Blue) = 111+34+106=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 111 - color contains mainly: red. Hex color #6F226A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F226A is #90DD95. Grayscale: #414141. Windows color (decimal): -9493910 or 6955631. OLE color: 6955631.

HSL color Cylindrical-coordinate representation of color #6F226A: hue angle of 303.9º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F226A is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11134106-
CMYK00.690.050.56
HSL303.9º53.1%28.43%-
HSV(B)303.9º69.37%43.53%-
XYZ9.735.5614.2-
YUV65.23151.01160.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.22%
GREEN value IS 34 (13.67% from 255) = 13.55%
BLUE value IS 106 (41.80% from 255) = 42.23%
R=44.22%
G=13.55%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1113410600.690.050.56303.953.128.43
Hex6F226A045538130351c
Octal1574215201055704606534
Binary110111110001011010100100010110111100010011000011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F226A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,34,106); }

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

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

 a { background-color: rgb(111,34,106); }

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

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

 span { border-color: rgb(111,34,106); }

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