#6A134E

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

Shades of Pompadour #6A134E

Tints of Pompadour #6A134E

Color information

#6A134E (or 0x6A134E) is unknown color: approx Pompadour. HEX triplet: 6A, 13 and 4E. RGB value is (106,19,78). Sum of RGB (Red+Green+Blue) = 106+19+78=203 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.22% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 106 - color contains mainly: red. Hex color #6A134E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A134E is #95ECB1. Grayscale: #333333. Windows color (decimal): -9825458 or 5116778. OLE color: 5116778.

HSL color Cylindrical-coordinate representation of color #6A134E: hue angle of 319.31º 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 #6A134E is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB1061978-
CMYK00.820.260.58
HSL319.31º69.6%24.51%-
HSV(B)319.31º82.08%41.57%-
XYZ7.554.087.6-
YUV51.74142.82166.7-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 52.22%
GREEN value IS 19 (7.81% from 255) = 9.36%
BLUE value IS 78 (30.86% from 255) = 38.42%
R=52.22%
G=9.36%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106197800.820.260.58319.3169.624.51
Hex6A134E0521A3A13f4619
Octal152231160122327247710631
Binary11010101001110011100101001011010111010100111111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A134E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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