#6F3E67

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

Shades of Palatinate Purple #6F3E67

Tints of Palatinate Purple #6F3E67

Color information

#6F3E67 (or 0x6F3E67) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 3E and 67. RGB value is (111,62,103). Sum of RGB (Red+Green+Blue) = 111+62+103=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3E67 is #90C198. Grayscale: #515151. Windows color (decimal): -9486745 or 6766191. OLE color: 6766191.

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

Color convert

RGB11162103-
CMYK00.440.070.56
HSL309.8º28.32%33.92%-
HSV(B)309.8º44.14%43.53%-
XYZ10.737.813.77-
YUV81.32140.23149.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.22%
GREEN value IS 62 (24.61% from 255) = 22.46%
BLUE value IS 103 (40.62% from 255) = 37.32%
R=40.22%
G=22.46%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1116210300.440.070.56309.828.3233.92
Hex6F3E6702C7381361c22
Octal157761470547704663442
Binary11011111111101100111010110011111100010011011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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