Html Css Color HEX #60294D Pompadour

📋 copy color: '#60294D'

red 96 ◦ green 41 ◦ blue 77

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

Shades of Pompadour #60294D

Tints of Pompadour #60294D

RGB

 RED value IS 96 (37.89% from 255) = 44.86%

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

 BLUE value IS 77 (30.47% from 255) = 35.98%

R = 44.86%
G = 19.16%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#60294D (or 0x60294D) is known color: Pompadour. HEX triplet: 60, 29 and 4D. RGB value is (96,41,77). Sum of RGB (Red+Green+Blue) = 96+41+77=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #60294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60294D is #9FD6B2. Grayscale: #3D3D3D. Windows color (decimal): -10475187 or 5056864. OLE color: 5056864.

HSL color Cylindrical-coordinate representation of color #60294D: hue angle of 320.73º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60294D is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 41 77 -
CMYK 0 0.57 0.20 0.62
HSL 320.73º 0.4% 0.27% -
HSV(B) 320.73º 0.57% 0.38% -
XYZ 6.96 4.61 7.54 -
YUV 61.55 136.72 152.57 -
System Red Green Blue C M Y K H S L
Decimal 96 41 77 0 0.57 0.20 0.62 320.73 0.4 0.27
Hex 60 29 4D 0 39 14 3E 141 28 1B
Octal 140 51 115 0 71 24 76 501 50 33
Binary 1100000 101001 1001101 0 111001 10100 111110 101000001 101000 11011

Color Harmonies of #60294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60294D

Black with #60294D

Text Example


Text Example

White with #60294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60294D; }

 p { color: rgb(96,41,77); }

 H1.HeaderClassName
 {
   color: #60294D;
 }
 .AnyTagClassName
 {
   color: #60294D;
 }
</style>

background-color css

<style>
 a { background-color: #60294D; }

 a { background-color: rgb(96,41,77); }

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

border-color css

<style>
 span { border-color: #60294D; }

 span { border-color: rgb(96,41,77); }

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