#6F115A

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

Shades of Palatinate Purple #6F115A

Tints of Palatinate Purple #6F115A

Color information

#6F115A (or 0x6F115A) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 11 and 5A. RGB value is (111,17,90). Sum of RGB (Red+Green+Blue) = 111+17+90=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F115A is #90EEA5. Grayscale: #353535. Windows color (decimal): -9498278 or 5902703. OLE color: 5902703.

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

Color convert

RGB1111790-
CMYK00.850.190.56
HSL313.4º73.44%25.1%-
HSV(B)313.4º84.68%43.53%-
XYZ8.64.5210.09-
YUV53.43148.64169.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50.92%
GREEN value IS 17 (7.03% from 255) = 7.80%
BLUE value IS 90 (35.55% from 255) = 41.28%
R=50.92%
G=7.80%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111179000.850.190.56313.473.4425.1
Hex6F115A05513381394919
Octal157211320125237047111131
Binary11011111000110110100101010110011111000100111001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,17,90); }

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

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

 a { background-color: rgb(111,17,90); }

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

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

 span { border-color: rgb(111,17,90); }

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