#6F1962

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

Shades of Palatinate Purple #6F1962

Tints of Palatinate Purple #6F1962

Color information

#6F1962 (or 0x6F1962) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 19 and 62. RGB value is (111,25,98). Sum of RGB (Red+Green+Blue) = 111+25+98=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1962 is #90E69D. Grayscale: #3A3A3A. Windows color (decimal): -9496222 or 6429039. OLE color: 6429039.

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

Color convert

RGB1112598-
CMYK00.770.120.56
HSL309.07º63.24%26.67%-
HSV(B)309.07º77.48%43.53%-
XYZ9.114.9612.03-
YUV59.04149.99165.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.44%
GREEN value IS 25 (10.16% from 255) = 10.68%
BLUE value IS 98 (38.67% from 255) = 41.88%
R=47.44%
G=10.68%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111259800.770.120.56309.0763.2426.67
Hex6F196204DC381353f1b
Octal15731142011514704657733
Binary110111111001110001001001101110011100010011010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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