#6B214E

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

Shades of Pompadour #6B214E

Tints of Pompadour #6B214E

Color information

#6B214E (or 0x6B214E) is unknown color: approx Pompadour. HEX triplet: 6B, 21 and 4E. RGB value is (107,33,78). Sum of RGB (Red+Green+Blue) = 107+33+78=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 107 - color contains mainly: red. Hex color #6B214E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B214E is #94DEB1. Grayscale: #3C3C3C. Windows color (decimal): -9756338 or 5120363. OLE color: 5120363.

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

Color convert

RGB1073378-
CMYK00.690.270.58
HSL323.51º52.86%27.45%-
HSV(B)323.51º69.16%41.96%-
XYZ7.984.767.71-
YUV60.26138.02161.34-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 49.08%
GREEN value IS 33 (13.28% from 255) = 15.14%
BLUE value IS 78 (30.86% from 255) = 35.78%
R=49.08%
G=15.14%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107337800.690.270.58323.5152.8627.45
Hex6B214E0451B3A144351b
Octal15341116010533725046533
Binary11010111000011001110010001011101111101010100010011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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