#6F125E

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

Shades of Palatinate Purple #6F125E

Tints of Palatinate Purple #6F125E

Color information

#6F125E (or 0x6F125E) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 12 and 5E. RGB value is (111,18,94). Sum of RGB (Red+Green+Blue) = 111+18+94=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F125E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F125E is #90EDA1. Grayscale: #363636. Windows color (decimal): -9498018 or 6165103. OLE color: 6165103.

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

Color convert

RGB1111894-
CMYK00.840.150.56
HSL310.97º72.09%25.29%-
HSV(B)310.97º83.78%43.53%-
XYZ8.794.6211.02-
YUV54.47150.31168.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.78%
GREEN value IS 18 (7.42% from 255) = 8.07%
BLUE value IS 94 (37.11% from 255) = 42.15%
R=49.78%
G=8.07%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111189400.840.150.56310.9772.0925.29
Hex6F125E054F381374819
Octal157221360124177046711031
Binary1101111100101011110010101001111111000100110111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F125E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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