#6F226B

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

Shades of Palatinate Purple #6F226B

Tints of Palatinate Purple #6F226B

Color information

#6F226B (or 0x6F226B) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 22 and 6B. RGB value is (111,34,107). Sum of RGB (Red+Green+Blue) = 111+34+107=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 111 - color contains mainly: red. Hex color #6F226B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F226B is #90DD94. Grayscale: #414141. Windows color (decimal): -9493909 or 7021167. OLE color: 7021167.

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

Color convert

RGB11134107-
CMYK00.690.040.56
HSL303.12º53.1%28.43%-
HSV(B)303.12º69.37%43.53%-
XYZ9.785.5914.47-
YUV65.34151.51160.56-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.05%
GREEN value IS 34 (13.67% from 255) = 13.49%
BLUE value IS 107 (42.19% from 255) = 42.46%
R=44.05%
G=13.49%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1113410700.690.040.56303.1253.128.43
Hex6F226B04543812f351c
Octal1574215301054704576534
Binary110111110001011010110100010110011100010010111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F226B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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