#6F1B5B

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

Shades of Palatinate Purple #6F1B5B

Tints of Palatinate Purple #6F1B5B

Color information

#6F1B5B (or 0x6F1B5B) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 1B and 5B. RGB value is (111,27,91). Sum of RGB (Red+Green+Blue) = 111+27+91=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 27 (10.94% from 255 or 11.79% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1B5B is #90E4A4. Grayscale: #3B3B3B. Windows color (decimal): -9495717 or 5970799. OLE color: 5970799.

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

Color convert

RGB1112791-
CMYK00.760.180.56
HSL314.29º60.87%27.06%-
HSV(B)314.29º75.68%43.53%-
XYZ8.844.9210.38-
YUV59.41145.83164.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.47%
GREEN value IS 27 (10.94% from 255) = 11.79%
BLUE value IS 91 (35.94% from 255) = 39.74%
R=48.47%
G=11.79%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111279100.760.180.56314.2960.8727.06
Hex6F1B5B04C123813a3d1b
Octal15733133011422704727533
Binary1101111110111011011010011001001011100010011101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,27,91); }

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

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

 a { background-color: rgb(111,27,91); }

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

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

 span { border-color: rgb(111,27,91); }

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