#6F1C5E

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

Shades of Palatinate Purple #6F1C5E

Tints of Palatinate Purple #6F1C5E

Color information

#6F1C5E (or 0x6F1C5E) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 1C and 5E. RGB value is (111,28,94). Sum of RGB (Red+Green+Blue) = 111+28+94=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1C5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1C5E is #90E3A1. Grayscale: #3C3C3C. Windows color (decimal): -9495458 or 6167663. OLE color: 6167663.

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

Color convert

RGB1112894-
CMYK00.750.150.56
HSL312.29º59.71%27.25%-
HSV(B)312.29º74.77%43.53%-
XYZ8.995.0211.08-
YUV60.34147164.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.64%
GREEN value IS 28 (11.33% from 255) = 12.02%
BLUE value IS 94 (37.11% from 255) = 40.34%
R=47.64%
G=12.02%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111289400.750.150.56312.2959.7127.25
Hex6F1C5E04BF381383c1b
Octal15734136011317704707433
Binary110111111100101111001001011111111100010011100011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,28,94); }

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

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

 a { background-color: rgb(111,28,94); }

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

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

 span { border-color: rgb(111,28,94); }

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