#6F0D69

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

Shades of Palatinate Purple #6F0D69

Tints of Palatinate Purple #6F0D69

Color information

#6F0D69 (or 0x6F0D69) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 0D and 69. RGB value is (111,13,105). Sum of RGB (Red+Green+Blue) = 111+13+105=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0D69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0D69 is #90F296. Grayscale: #343434. Windows color (decimal): -9499287 or 6884719. OLE color: 6884719.

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

Color convert

RGB11113105-
CMYK00.880.050.56
HSL303.67º79.03%24.31%-
HSV(B)303.67º88.29%43.53%-
XYZ9.254.6913.78-
YUV52.79157.47169.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.47%
GREEN value IS 13 (5.47% from 255) = 5.68%
BLUE value IS 105 (41.41% from 255) = 45.85%
R=48.47%
G=5.68%
B=45.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111310500.880.050.56303.6779.0324.31
Hex6FD690585381304f18
Octal15715151013057046011730
Binary11011111101110100101011000101111000100110000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,13,105); }

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

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

 a { background-color: rgb(111,13,105); }

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

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

 span { border-color: rgb(111,13,105); }

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