#6F085B

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

Shades of Palatinate Purple #6F085B

Tints of Palatinate Purple #6F085B

Color information

#6F085B (or 0x6F085B) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 08 and 5B. RGB value is (111,8,91). Sum of RGB (Red+Green+Blue) = 111+8+91=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F085B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F085B is #90F7A4. Grayscale: #303030. Windows color (decimal): -9500581 or 5965935. OLE color: 5965935.

HSL color Cylindrical-coordinate representation of color #6F085B: hue angle of 311.65º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F085B is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB111891-
CMYK00.930.180.56
HSL311.65º86.55%23.33%-
HSV(B)311.65º92.79%43.53%-
XYZ8.534.3110.28-
YUV48.26152.12172.75-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.86%
GREEN value IS 8 (3.52% from 255) = 3.81%
BLUE value IS 91 (35.94% from 255) = 43.33%
R=52.86%
G=3.81%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11189100.930.180.56311.6586.5523.33
Hex6F85B05D12381385717
Octal157101330135227047012727
Binary1101111100010110110101110110010111000100111000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,8,91); }

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

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

 a { background-color: rgb(111,8,91); }

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

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

 span { border-color: rgb(111,8,91); }

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