Html Css Color HEX #63294F Pompadour

📋 copy color: '#63294F'

red 99 ◦ green 41 ◦ blue 79

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

Shades of Pompadour #63294F

Tints of Pompadour #63294F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.07%

R = 45.21%
G = 18.72%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.61

RGB Variations

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

Color information

#63294F (or 0x63294F) is known color: Pompadour. HEX triplet: 63, 29 and 4F. RGB value is (99,41,79). Sum of RGB (Red+Green+Blue) = 99+41+79=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 99 - color contains mainly: red. Hex color #63294F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63294F is #9CD6B0. Grayscale: #3E3E3E. Windows color (decimal): -10278577 or 5187939. OLE color: 5187939.

HSL color Cylindrical-coordinate representation of color #63294F: hue angle of 320.69º 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 #63294F is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 41 79 -
CMYK 0 0.59 0.20 0.61
HSL 320.69º 0.41% 0.27% -
HSV(B) 320.69º 0.59% 0.39% -
XYZ 7.35 4.8 7.94 -
YUV 62.67 137.22 153.91 -
System Red Green Blue C M Y K H S L
Decimal 99 41 79 0 0.59 0.20 0.61 320.69 0.41 0.27
Hex 63 29 4F 0 3B 14 3D 141 29 1B
Octal 143 51 117 0 73 24 75 501 51 33
Binary 1100011 101001 1001111 0 111011 10100 111101 101000001 101001 11011

Color Harmonies of #63294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63294F

Black with #63294F

Text Example


Text Example

White with #63294F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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