#6f196c

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

Shades of Palatinate Purple #6F196C

Tints of Palatinate Purple #6F196C

Color information

#6F196C (or 0x6F196C) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 19 and 6C. RGB value is (111,25,108). Sum of RGB (Red+Green+Blue) = 111+25+108=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 111 - color contains mainly: red. Hex color #6F196C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F196C is #90E693. Grayscale: #3B3B3B. Windows color (decimal): -9496212 or 7084399. OLE color: 7084399.

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

Color convert

RGB11125108-
CMYK00.770.030.56
HSL302.09º63.24%26.67%-
HSV(B)302.09º77.48%43.53%-
XYZ9.615.1614.68-
YUV60.18154.99164.25-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.49%
GREEN value IS 25 (10.16% from 255) = 10.25%
BLUE value IS 108 (42.58% from 255) = 44.26%
R=45.49%
G=10.25%
B=44.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1112510800.770.030.56302.0963.2426.67
Hex6F196C04D33812e3f1b
Octal1573115401153704567733
Binary1101111110011101100010011011111100010010111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f196c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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