Html Css Color HEX #621F4E Pompadour

📋 copy color: '#621F4E'

red 98 ◦ green 31 ◦ blue 78

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

Shades of Pompadour #621F4E

Tints of Pompadour #621F4E

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 value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#621F4E (or 0x621F4E) is known color: 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

RGB 98 31 78 -
CMYK 0 0.68 0.20 0.62
HSL 317.91º 0.52% 0.25% -
HSV(B) 317.91º 0.68% 0.38% -
XYZ 6.9 4.13 7.64 -
YUV 56.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 98 31 78 0 0.68 0.20 0.62 317.91 0.52 0.25
Hex 62 1F 4E 0 44 14 3E 13E 34 19
Octal 142 37 116 0 104 24 76 476 64 31
Binary 1100010 11111 1001110 0 1000100 10100 111110 100111110 110100 11001

Color Harmonies of #621F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621F4E

Black with #621F4E

Text Example


Text Example

White with #621F4E

Text Example


Text Example

HTML Codes & Css Web 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>