#621F4E

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

Shades of Pompadour #621F4E

Tints of Pompadour #621F4E

Color information

#621F4E (or 0x621F4E) is unknown color: approx Pompadour. HEX triplet: 62, 1F and 4E. RGB value is (98,31,78). Sum of RGB (Red+Green+Blue) = 98+31+78=207 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.34% from 207); Green value is 31 (12.5% from 255 or 14.98% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 98 - color contains mainly: red. Hex color #621F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621F4E is #9DE0B1. Grayscale: #383838. Windows color (decimal): -10346674 or 5119842. OLE color: 5119842.

HSL color Cylindrical-coordinate representation of color #621F4E: hue angle of 317.91º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #621F4E is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB983178-
CMYK00.680.200.62
HSL317.91º51.94%25.29%-
HSV(B)317.91º68.37%38.43%-
XYZ6.94.137.64-
YUV56.39140.2157.68-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.34%
GREEN value IS 31 (12.5% from 255) = 14.98%
BLUE value IS 78 (30.86% from 255) = 37.68%
R=47.34%
G=14.98%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98317800.680.200.62317.9151.9425.29
Hex621F4E044143E13e3419
Octal14237116010424764766431
Binary1100010111111001110010001001010011111010011111011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621F4E; }

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

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

<style>
 a { background-color: #621F4E; }

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

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

<style>
 span { border-color: #621F4E; }

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

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