#6F3762

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

Shades of Palatinate Purple #6F3762

Tints of Palatinate Purple #6F3762

Color information

#6F3762 (or 0x6F3762) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 37 and 62. RGB value is (111,55,98). Sum of RGB (Red+Green+Blue) = 111+55+98=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3762 is #90C89D. Grayscale: #4C4C4C. Windows color (decimal): -9488542 or 6436719. OLE color: 6436719.

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

Color convert

RGB1115598-
CMYK00.500.120.56
HSL313.93º33.73%32.55%-
HSV(B)313.93º50.45%43.53%-
XYZ10.136.9912.37-
YUV76.65140.05152.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.05%
GREEN value IS 55 (21.88% from 255) = 20.83%
BLUE value IS 98 (38.67% from 255) = 37.12%
R=42.05%
G=20.83%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111559800.500.120.56313.9333.7332.55
Hex6F3762032C3813a2221
Octal1576714206214704724241
Binary1101111110111110001001100101100111000100111010100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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