#6C214E

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

Shades of Pompadour #6C214E

Tints of Pompadour #6C214E

Color information

#6C214E (or 0x6C214E) is unknown color: approx Pompadour. HEX triplet: 6C, 21 and 4E. RGB value is (108,33,78). Sum of RGB (Red+Green+Blue) = 108+33+78=219 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.32% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 108 - color contains mainly: red. Hex color #6C214E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C214E is #93DEB1. Grayscale: #3C3C3C. Windows color (decimal): -9690802 or 5120364. OLE color: 5120364.

HSL color Cylindrical-coordinate representation of color #6C214E: hue angle of 324º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C214E is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB1083378-
CMYK00.690.280.58
HSL324º53.19%27.65%-
HSV(B)324º69.44%42.35%-
XYZ8.14.837.71-
YUV60.55137.85161.84-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 49.32%
GREEN value IS 33 (13.28% from 255) = 15.07%
BLUE value IS 78 (30.86% from 255) = 35.62%
R=49.32%
G=15.07%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108337800.690.280.5832453.1927.65
Hex6C214E0451C3A144351c
Octal15441116010534725046534
Binary11011001000011001110010001011110011101010100010011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,33,78); }

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

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

 a { background-color: rgb(108,33,78); }

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

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

 span { border-color: rgb(108,33,78); }

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