#6F2068

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

Shades of Palatinate Purple #6F2068

Tints of Palatinate Purple #6F2068

Color information

#6F2068 (or 0x6F2068) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 20 and 68. RGB value is (111,32,104). Sum of RGB (Red+Green+Blue) = 111+32+104=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2068 is #90DF97. Grayscale: #3F3F3F. Windows color (decimal): -9494424 or 6824047. OLE color: 6824047.

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

Color convert

RGB11132104-
CMYK00.710.060.56
HSL305.32º55.24%28.04%-
HSV(B)305.32º71.17%43.53%-
XYZ9.575.4113.64-
YUV63.83150.67161.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.94%
GREEN value IS 32 (12.89% from 255) = 12.96%
BLUE value IS 104 (41.02% from 255) = 42.11%
R=44.94%
G=12.96%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1113210400.710.060.56305.3255.2428.04
Hex6F2068047638131371c
Octal1574015001076704616734
Binary110111110000011010000100011111011100010011000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,32,104); }

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

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

 a { background-color: rgb(111,32,104); }

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

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

 span { border-color: rgb(111,32,104); }

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