#63294E

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

Shades of Pompadour #63294E

Tints of Pompadour #63294E

Color information

#63294E (or 0x63294E) is unknown color: approx Pompadour. HEX triplet: 63, 29 and 4E. RGB value is (99,41,78). Sum of RGB (Red+Green+Blue) = 99+41+78=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #63294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63294E is #9CD6B1. Grayscale: #3E3E3E. Windows color (decimal): -10278578 or 5122403. OLE color: 5122403.

HSL color Cylindrical-coordinate representation of color #63294E: hue angle of 321.72º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63294E is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB994178-
CMYK00.590.210.61
HSL321.72º41.43%27.45%-
HSV(B)321.72º58.59%38.82%-
XYZ7.314.797.75-
YUV62.56136.72153.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.41%
GREEN value IS 41 (16.41% from 255) = 18.81%
BLUE value IS 78 (30.86% from 255) = 35.78%
R=45.41%
G=18.81%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99417800.590.210.61321.7241.4327.45
Hex63294E03B153D142291b
Octal1435111607325755025133
Binary1100011101001100111001110111010111110110100001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63294E; }

 p { color: rgb(99,41,78); }

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

<style>
 a { background-color: #63294E; }

 a { background-color: rgb(99,41,78); }

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

<style>
 span { border-color: #63294E; }

 span { border-color: rgb(99,41,78); }

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