Html Css Color HEX #60294C Pompadour

📋 copy color: '#60294C'

red 96 ◦ green 41 ◦ blue 76

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

Shades of Pompadour #60294C

Tints of Pompadour #60294C

RGB

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

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

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

R = 45.07%
G = 19.25%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#60294C (or 0x60294C) is known color: Pompadour. HEX triplet: 60, 29 and 4C. RGB value is (96,41,76). Sum of RGB (Red+Green+Blue) = 96+41+76=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #60294C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60294C is #9FD6B3. Grayscale: #3D3D3D. Windows color (decimal): -10475188 or 4991328. OLE color: 4991328.

HSL color Cylindrical-coordinate representation of color #60294C: hue angle of 321.82º 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 #60294C is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 41 76 -
CMYK 0 0.57 0.21 0.62
HSL 321.82º 0.4% 0.27% -
HSV(B) 321.82º 0.57% 0.38% -
XYZ 6.92 4.59 7.36 -
YUV 61.44 136.22 152.65 -
System Red Green Blue C M Y K H S L
Decimal 96 41 76 0 0.57 0.21 0.62 321.82 0.4 0.27
Hex 60 29 4C 0 39 15 3E 142 28 1B
Octal 140 51 114 0 71 25 76 502 50 33
Binary 1100000 101001 1001100 0 111001 10101 111110 101000010 101000 11011

Color Harmonies of #60294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60294C

Black with #60294C

Text Example


Text Example

White with #60294C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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