#6F0A5D

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

Shades of Palatinate Purple #6F0A5D

Tints of Palatinate Purple #6F0A5D

Color information

#6F0A5D (or 0x6F0A5D) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 0A and 5D. RGB value is (111,10,93). Sum of RGB (Red+Green+Blue) = 111+10+93=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0A5D is #90F5A2. Grayscale: #313131. Windows color (decimal): -9500067 or 6097519. OLE color: 6097519.

HSL color Cylindrical-coordinate representation of color #6F0A5D: hue angle of 310.69º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F0A5D is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB1111093-
CMYK00.910.160.56
HSL310.69º83.47%23.73%-
HSV(B)310.69º90.99%43.53%-
XYZ8.644.3910.75-
YUV49.66152.46171.75-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.87%
GREEN value IS 10 (4.30% from 255) = 4.67%
BLUE value IS 93 (36.72% from 255) = 43.46%
R=51.87%
G=4.67%
B=43.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111109300.910.160.56310.6983.4723.73
Hex6FA5D05B10381375318
Octal157121350133207046712330
Binary1101111101010111010101101110000111000100110111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,10,93); }

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

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

 a { background-color: rgb(111,10,93); }

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

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

 span { border-color: rgb(111,10,93); }

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