#6F0F6C

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

Shades of Palatinate Purple #6F0F6C

Tints of Palatinate Purple #6F0F6C

Color information

#6F0F6C (or 0x6F0F6C) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 0F and 6C. RGB value is (111,15,108). Sum of RGB (Red+Green+Blue) = 111+15+108=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0F6C is #90F093. Grayscale: #363636. Windows color (decimal): -9498772 or 7081839. OLE color: 7081839.

HSL color Cylindrical-coordinate representation of color #6F0F6C: hue angle of 301.88º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F0F6C is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11115108-
CMYK00.860.030.56
HSL301.88º76.19%24.71%-
HSV(B)301.88º86.49%43.53%-
XYZ9.434.814.62-
YUV54.31158.3168.44-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.44%
GREEN value IS 15 (6.25% from 255) = 6.41%
BLUE value IS 108 (42.58% from 255) = 46.15%
R=47.44%
G=6.41%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111510800.860.030.56301.8876.1924.71
Hex6FF6C05633812e4c19
Octal15717154012637045611431
Binary1101111111111011000101011011111000100101110100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,15,108); }

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

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

 a { background-color: rgb(111,15,108); }

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

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

 span { border-color: rgb(111,15,108); }

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