#6F185E

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

Shades of Palatinate Purple #6F185E

Tints of Palatinate Purple #6F185E

Color information

#6F185E (or 0x6F185E) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 18 and 5E. RGB value is (111,24,94). Sum of RGB (Red+Green+Blue) = 111+24+94=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F185E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F185E is #90E7A1. Grayscale: #393939. Windows color (decimal): -9496482 or 6166639. OLE color: 6166639.

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

Color convert

RGB1112494-
CMYK00.780.150.56
HSL311.72º64.44%26.47%-
HSV(B)311.72º78.38%43.53%-
XYZ8.94.8411.05-
YUV57.99148.32165.81-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.47%
GREEN value IS 24 (9.77% from 255) = 10.48%
BLUE value IS 94 (37.11% from 255) = 41.05%
R=48.47%
G=10.48%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111249400.780.150.56311.7264.4426.47
Hex6F185E04EF38138401a
Octal157301360116177047010032
Binary1101111110001011110010011101111111000100111000100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F185E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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