#6A134D

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

Shades of Pompadour #6A134D

Tints of Pompadour #6A134D

Color information

#6A134D (or 0x6A134D) is unknown color: approx Pompadour. HEX triplet: 6A, 13 and 4D. RGB value is (106,19,77). Sum of RGB (Red+Green+Blue) = 106+19+77=202 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.48% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 106 - color contains mainly: red. Hex color #6A134D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A134D is #95ECB2. Grayscale: #333333. Windows color (decimal): -9825459 or 5051242. OLE color: 5051242.

HSL color Cylindrical-coordinate representation of color #6A134D: hue angle of 320º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A134D is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB1061977-
CMYK00.820.270.58
HSL320º69.6%24.51%-
HSV(B)320º82.08%41.57%-
XYZ7.524.077.41-
YUV51.62142.32166.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 52.48%
GREEN value IS 19 (7.81% from 255) = 9.41%
BLUE value IS 77 (30.47% from 255) = 38.12%
R=52.48%
G=9.41%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106197700.820.270.5832069.624.51
Hex6A134D0521B3A1404619
Octal152231150122337250010631
Binary11010101001110011010101001011011111010101000000100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A134D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,19,77); }

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

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

 a { background-color: rgb(106,19,77); }

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

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

 span { border-color: rgb(106,19,77); }

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