#6F3765

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

Shades of Palatinate Purple #6F3765

Tints of Palatinate Purple #6F3765

Color information

#6F3765 (or 0x6F3765) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 37 and 65. RGB value is (111,55,101). Sum of RGB (Red+Green+Blue) = 111+55+101=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3765 is #90C89A. Grayscale: #4C4C4C. Windows color (decimal): -9488539 or 6633327. OLE color: 6633327.

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

Color convert

RGB11155101-
CMYK00.500.090.56
HSL310.71º33.73%32.55%-
HSV(B)310.71º50.45%43.53%-
XYZ10.277.0513.13-
YUV76.99141.55152.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.57%
GREEN value IS 55 (21.88% from 255) = 20.60%
BLUE value IS 101 (39.84% from 255) = 37.83%
R=41.57%
G=20.60%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1115510100.500.090.56310.7133.7332.55
Hex6F37650329381372221
Octal1576714506211704674241
Binary1101111110111110010101100101001111000100110111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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