Html Css Color HEX #63294C Pompadour

📋 copy color: '#63294C'

red 99 ◦ green 41 ◦ blue 76

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

Shades of Pompadour #63294C

Tints of Pompadour #63294C

RGB

 RED value IS 99 (39.06% from 255) = 45.83%

 GREEN value IS 41 (16.41% from 255) = 18.98%

 BLUE value IS 76 (30.08% from 255) = 35.19%

R = 45.83%
G = 18.98%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#63294C (or 0x63294C) is known color: Pompadour. HEX triplet: 63, 29 and 4C. RGB value is (99,41,76). Sum of RGB (Red+Green+Blue) = 99+41+76=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 99 - color contains mainly: red. Hex color #63294C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63294C is #9CD6B3. Grayscale: #3E3E3E. Windows color (decimal): -10278580 or 4991331. OLE color: 4991331.

HSL color Cylindrical-coordinate representation of color #63294C: hue angle of 323.79º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63294C is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 41 76 -
CMYK 0 0.59 0.23 0.61
HSL 323.79º 0.41% 0.27% -
HSV(B) 323.79º 0.59% 0.39% -
XYZ 7.24 4.76 7.37 -
YUV 62.33 135.72 154.15 -
System Red Green Blue C M Y K H S L
Decimal 99 41 76 0 0.59 0.23 0.61 323.79 0.41 0.27
Hex 63 29 4C 0 3B 17 3D 144 29 1B
Octal 143 51 114 0 73 27 75 504 51 33
Binary 1100011 101001 1001100 0 111011 10111 111101 101000100 101001 11011

Color Harmonies of #63294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63294C

Black with #63294C

Text Example


Text Example

White with #63294C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63294C;
 }
 .AnyTagClassName
 {
   color: #63294C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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