#6F3962

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

Shades of Palatinate Purple #6F3962

Tints of Palatinate Purple #6F3962

Color information

#6F3962 (or 0x6F3962) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 39 and 62. RGB value is (111,57,98). Sum of RGB (Red+Green+Blue) = 111+57+98=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3962 is #90C69D. Grayscale: #4D4D4D. Windows color (decimal): -9488030 or 6437231. OLE color: 6437231.

HSL color Cylindrical-coordinate representation of color #6F3962: hue angle of 314.44º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F3962 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB1115798-
CMYK00.490.120.56
HSL314.44º32.14%32.94%-
HSV(B)314.44º48.65%43.53%-
XYZ10.227.1912.4-
YUV77.82139.39151.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.73%
GREEN value IS 57 (22.66% from 255) = 21.43%
BLUE value IS 98 (38.67% from 255) = 36.84%
R=41.73%
G=21.43%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111579800.490.120.56314.4432.1432.94
Hex6F3962031C3813a2021
Octal1577114206114704724041
Binary1101111111001110001001100011100111000100111010100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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