Html Css Color HEX #621E46 Pompadour

📋 copy color: '#621E46'

red 98 ◦ green 30 ◦ blue 70

#621E46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #621E46

Tints of Pompadour #621E46

RGB

 RED value IS 98 (38.67% from 255) = 49.49%

 GREEN value IS 30 (12.11% from 255) = 15.15%

 BLUE value IS 70 (27.73% from 255) = 35.35%

R = 49.49%
G = 15.15%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#621E46 (or 0x621E46) is known color: Pompadour. HEX triplet: 62, 1E and 46. RGB value is (98,30,70). Sum of RGB (Red+Green+Blue) = 98+30+70=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 30 (12.11% from 255 or 15.15% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #621E46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621E46 is #9DE1B9. Grayscale: #363636. Windows color (decimal): -10346938 or 4595298. OLE color: 4595298.

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

Color convert

RGB 98 30 70 -
CMYK 0 0.69 0.29 0.62
HSL 324.71º 0.53% 0.25% -
HSV(B) 324.71º 0.69% 0.38% -
XYZ 6.61 3.97 6.21 -
YUV 54.89 136.53 158.75 -
System Red Green Blue C M Y K H S L
Decimal 98 30 70 0 0.69 0.29 0.62 324.71 0.53 0.25
Hex 62 1E 46 0 45 1D 3E 145 35 19
Octal 142 36 106 0 105 35 76 505 65 31
Binary 1100010 11110 1000110 0 1000101 11101 111110 101000101 110101 11001

Color Harmonies of #621E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621E46

Black with #621E46

Text Example


Text Example

White with #621E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,30,70); }

 H1.HeaderClassName
 {
   color: #621E46;
 }
 .AnyTagClassName
 {
   color: #621E46;
 }
</style>

background-color css

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

 a { background-color: rgb(98,30,70); }

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

border-color css

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

 span { border-color: rgb(98,30,70); }

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