#6F0F68

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

Shades of Palatinate Purple #6F0F68

Tints of Palatinate Purple #6F0F68

Color information

#6F0F68 (or 0x6F0F68) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 0F and 68. RGB value is (111,15,104). Sum of RGB (Red+Green+Blue) = 111+15+104=230 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.26% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0F68 is #90F097. Grayscale: #353535. Windows color (decimal): -9498776 or 6819695. OLE color: 6819695.

HSL color Cylindrical-coordinate representation of color #6F0F68: hue angle of 304.38º 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 #6F0F68 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB11115104-
CMYK00.860.060.56
HSL304.38º76.19%24.71%-
HSV(B)304.38º86.49%43.53%-
XYZ9.234.7213.52-
YUV53.85156.3168.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.26%
GREEN value IS 15 (6.25% from 255) = 6.52%
BLUE value IS 104 (41.02% from 255) = 45.22%
R=48.26%
G=6.52%
B=45.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111510400.860.060.56304.3876.1924.71
Hex6FF680566381304c19
Octal15717150012667046011431
Binary11011111111110100001010110110111000100110000100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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