#62294E

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

Shades of Pompadour #62294E

Tints of Pompadour #62294E

Color information

#62294E (or 0x62294E) is unknown color: approx Pompadour. HEX triplet: 62, 29 and 4E. RGB value is (98,41,78). Sum of RGB (Red+Green+Blue) = 98+41+78=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 98 - color contains mainly: red. Hex color #62294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62294E is #9DD6B1. Grayscale: #3E3E3E. Windows color (decimal): -10344114 or 5122402. OLE color: 5122402.

HSL color Cylindrical-coordinate representation of color #62294E: hue angle of 321.05º 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 #62294E is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB984178-
CMYK00.580.200.62
HSL321.05º41.01%27.25%-
HSV(B)321.05º58.16%38.43%-
XYZ7.214.737.74-
YUV62.26136.88153.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.16%
GREEN value IS 41 (16.41% from 255) = 18.89%
BLUE value IS 78 (30.86% from 255) = 35.94%
R=45.16%
G=18.89%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98417800.580.200.62321.0541.0127.25
Hex62294E03A143E141291b
Octal1425111607224765015133
Binary1100010101001100111001110101010011111010100000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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