#6F2C65

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

Shades of Palatinate Purple #6F2C65

Tints of Palatinate Purple #6F2C65

Color information

#6F2C65 (or 0x6F2C65) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 2C and 65. RGB value is (111,44,101). Sum of RGB (Red+Green+Blue) = 111+44+101=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2C65 is #90D39A. Grayscale: #464646. Windows color (decimal): -9491355 or 6630511. OLE color: 6630511.

HSL color Cylindrical-coordinate representation of color #6F2C65: hue angle of 308.96º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F2C65 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB11144101-
CMYK00.600.090.56
HSL308.96º43.23%30.39%-
HSV(B)308.96º60.36%43.53%-
XYZ9.816.1212.98-
YUV70.53145.2156.87-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.36%
GREEN value IS 44 (17.58% from 255) = 17.19%
BLUE value IS 101 (39.84% from 255) = 39.45%
R=43.36%
G=17.19%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1114410100.600.090.56308.9643.2330.39
Hex6F2C6503C9381352b1e
Octal1575414507411704655336
Binary110111110110011001010111100100111100010011010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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