Html Css Color HEX #61294F Pompadour

📋 copy color: '#61294F'

red 97 ◦ green 41 ◦ blue 79

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

Shades of Pompadour #61294F

Tints of Pompadour #61294F

RGB

 RED value IS 97 (38.28% from 255) = 44.7%

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

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

R = 44.7%
G = 18.89%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#61294F (or 0x61294F) is known color: Pompadour. HEX triplet: 61, 29 and 4F. RGB value is (97,41,79). Sum of RGB (Red+Green+Blue) = 97+41+79=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #61294F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61294F is #9ED6B0. Grayscale: #3D3D3D. Windows color (decimal): -10409649 or 5187937. OLE color: 5187937.

HSL color Cylindrical-coordinate representation of color #61294F: hue angle of 319.29º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61294F is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 41 79 -
CMYK 0 0.58 0.19 0.62
HSL 319.29º 0.41% 0.27% -
HSV(B) 319.29º 0.58% 0.38% -
XYZ 7.13 4.69 7.93 -
YUV 62.08 137.55 152.91 -
System Red Green Blue C M Y K H S L
Decimal 97 41 79 0 0.58 0.19 0.62 319.29 0.41 0.27
Hex 61 29 4F 0 3A 13 3E 13F 29 1B
Octal 141 51 117 0 72 23 76 477 51 33
Binary 1100001 101001 1001111 0 111010 10011 111110 100111111 101001 11011

Color Harmonies of #61294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61294F

Black with #61294F

Text Example


Text Example

White with #61294F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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