#6F1A5B

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

Shades of Palatinate Purple #6F1A5B

Tints of Palatinate Purple #6F1A5B

Color information

#6F1A5B (or 0x6F1A5B) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 1A and 5B. RGB value is (111,26,91). Sum of RGB (Red+Green+Blue) = 111+26+91=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1A5B is #90E5A4. Grayscale: #3A3A3A. Windows color (decimal): -9495973 or 5970543. OLE color: 5970543.

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

Color convert

RGB1112691-
CMYK00.770.180.56
HSL314.12º62.04%26.86%-
HSV(B)314.12º76.58%43.53%-
XYZ8.814.8710.37-
YUV58.82146.16165.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.68%
GREEN value IS 26 (10.55% from 255) = 11.40%
BLUE value IS 91 (35.94% from 255) = 39.91%
R=48.68%
G=11.40%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111269100.770.180.56314.1262.0426.86
Hex6F1A5B04D123813a3e1b
Octal15732133011522704727633
Binary1101111110101011011010011011001011100010011101011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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