#6F136C

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

Shades of Palatinate Purple #6F136C

Tints of Palatinate Purple #6F136C

Color information

#6F136C (or 0x6F136C) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 13 and 6C. RGB value is (111,19,108). Sum of RGB (Red+Green+Blue) = 111+19+108=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F136C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F136C is #90EC93. Grayscale: #383838. Windows color (decimal): -9497748 or 7082863. OLE color: 7082863.

HSL color Cylindrical-coordinate representation of color #6F136C: hue angle of 301.96º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F136C is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11119108-
CMYK00.830.030.56
HSL301.96º70.77%25.49%-
HSV(B)301.96º82.88%43.53%-
XYZ9.54.9314.64-
YUV56.65156.98166.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.64%
GREEN value IS 19 (7.81% from 255) = 7.98%
BLUE value IS 108 (42.58% from 255) = 45.38%
R=46.64%
G=7.98%
B=45.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111910800.830.030.56301.9670.7725.49
Hex6F136C05333812e4719
Octal15723154012337045610731
Binary11011111001111011000101001111111000100101110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F136C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,19,108); }

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

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

 a { background-color: rgb(111,19,108); }

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

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

 span { border-color: rgb(111,19,108); }

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