#6F2762

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

Shades of Palatinate Purple #6F2762

Tints of Palatinate Purple #6F2762

Color information

#6F2762 (or 0x6F2762) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 27 and 62. RGB value is (111,39,98). Sum of RGB (Red+Green+Blue) = 111+39+98=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2762 is #90D89D. Grayscale: #434343. Windows color (decimal): -9492638 or 6432623. OLE color: 6432623.

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

Color convert

RGB1113998-
CMYK00.650.120.56
HSL310.83º48%29.41%-
HSV(B)310.83º64.86%43.53%-
XYZ9.495.7112.16-
YUV67.25145.35159.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.76%
GREEN value IS 39 (15.62% from 255) = 15.73%
BLUE value IS 98 (38.67% from 255) = 39.52%
R=44.76%
G=15.73%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111399800.650.120.56310.834829.41
Hex6F2762041C38137301d
Octal15747142010114704676035
Binary1101111100111110001001000001110011100010011011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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