#6F0F69

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

Shades of Palatinate Purple #6F0F69

Tints of Palatinate Purple #6F0F69

Color information

#6F0F69 (or 0x6F0F69) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 0F and 69. RGB value is (111,15,105). Sum of RGB (Red+Green+Blue) = 111+15+105=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0F69 is #90F096. Grayscale: #353535. Windows color (decimal): -9498775 or 6885231. OLE color: 6885231.

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

Color convert

RGB11115105-
CMYK00.860.050.56
HSL303.75º76.19%24.71%-
HSV(B)303.75º86.49%43.53%-
XYZ9.284.7413.79-
YUV53.96156.8168.68-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.05%
GREEN value IS 15 (6.25% from 255) = 6.49%
BLUE value IS 105 (41.41% from 255) = 45.45%
R=48.05%
G=6.49%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111510500.860.050.56303.7576.1924.71
Hex6FF690565381304c19
Octal15717151012657046011431
Binary11011111111110100101010110101111000100110000100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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