#6F3E65

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

Shades of Palatinate Purple #6F3E65

Tints of Palatinate Purple #6F3E65

Color information

#6F3E65 (or 0x6F3E65) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 3E and 65. RGB value is (111,62,101). Sum of RGB (Red+Green+Blue) = 111+62+101=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3E65 is #90C19A. Grayscale: #505050. Windows color (decimal): -9486747 or 6635119. OLE color: 6635119.

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

Color convert

RGB11162101-
CMYK00.440.090.56
HSL312.24º28.32%33.92%-
HSV(B)312.24º44.14%43.53%-
XYZ10.637.7613.25-
YUV81.1139.23149.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.51%
GREEN value IS 62 (24.61% from 255) = 22.63%
BLUE value IS 101 (39.84% from 255) = 36.86%
R=40.51%
G=22.63%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1116210100.440.090.56312.2428.3233.92
Hex6F3E6502C9381381c22
Octal1577614505411704703442
Binary110111111111011001010101100100111100010011100011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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