#6F155A

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

Shades of Palatinate Purple #6F155A

Tints of Palatinate Purple #6F155A

Color information

#6F155A (or 0x6F155A) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 15 and 5A. RGB value is (111,21,90). Sum of RGB (Red+Green+Blue) = 111+21+90=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F155A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F155A is #90EAA5. Grayscale: #373737. Windows color (decimal): -9497254 or 5903727. OLE color: 5903727.

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

Color convert

RGB1112190-
CMYK00.810.190.56
HSL314º68.18%25.88%-
HSV(B)314º81.08%43.53%-
XYZ8.674.6510.11-
YUV55.78147.32167.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 9.46%
BLUE value IS 90 (35.55% from 255) = 40.54%
R=50%
G=9.46%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111219000.810.190.5631468.1825.88
Hex6F155A051133813a441a
Octal157251320121237047210432
Binary11011111010110110100101000110011111000100111010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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