#62294C

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

Shades of Pompadour #62294C

Tints of Pompadour #62294C

Color information

#62294C (or 0x62294C) is unknown color: approx Pompadour. HEX triplet: 62, 29 and 4C. RGB value is (98,41,76). Sum of RGB (Red+Green+Blue) = 98+41+76=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 98 - color contains mainly: red. Hex color #62294C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62294C is #9DD6B3. Grayscale: #3D3D3D. Windows color (decimal): -10344116 or 4991330. OLE color: 4991330.

HSL color Cylindrical-coordinate representation of color #62294C: hue angle of 323.16º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62294C is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB984176-
CMYK00.580.220.62
HSL323.16º41.01%27.25%-
HSV(B)323.16º58.16%38.43%-
XYZ7.134.77.37-
YUV62.03135.88153.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.58%
GREEN value IS 41 (16.41% from 255) = 19.07%
BLUE value IS 76 (30.08% from 255) = 35.35%
R=45.58%
G=19.07%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98417600.580.220.62323.1641.0127.25
Hex62294C03A163E143291b
Octal1425111407226765035133
Binary1100010101001100110001110101011011111010100001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62294C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62294C; }

 p { color: rgb(98,41,76); }

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

<style>
 a { background-color: #62294C; }

 a { background-color: rgb(98,41,76); }

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

<style>
 span { border-color: #62294C; }

 span { border-color: rgb(98,41,76); }

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