Html Css Color HEX #60304D Pompadour

📋 copy color: '#60304D'

red 96 ◦ green 48 ◦ blue 77

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

Shades of Pompadour #60304D

Tints of Pompadour #60304D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.72%

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

R = 43.44%
G = 21.72%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#60304D (or 0x60304D) is known color: Pompadour. HEX triplet: 60, 30 and 4D. RGB value is (96,48,77). Sum of RGB (Red+Green+Blue) = 96+48+77=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 96 - color contains mainly: red. Hex color #60304D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60304D is #9FCFB2. Grayscale: #414141. Windows color (decimal): -10473395 or 5058656. OLE color: 5058656.

HSL color Cylindrical-coordinate representation of color #60304D: hue angle of 323.75º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60304D is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 48 77 -
CMYK 0 0.50 0.20 0.62
HSL 323.75º 0.33% 0.28% -
HSV(B) 323.75º 0.5% 0.38% -
XYZ 7.22 5.14 7.63 -
YUV 65.66 134.4 149.64 -
System Red Green Blue C M Y K H S L
Decimal 96 48 77 0 0.50 0.20 0.62 323.75 0.33 0.28
Hex 60 30 4D 0 32 14 3E 144 21 1C
Octal 140 60 115 0 62 24 76 504 41 34
Binary 1100000 110000 1001101 0 110010 10100 111110 101000100 100001 11100

Color Harmonies of #60304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60304D

Black with #60304D

Text Example


Text Example

White with #60304D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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