Html Css Color HEX #60324E Pompadour

📋 copy color: '#60324E'

red 96 ◦ green 50 ◦ blue 78

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

Shades of Pompadour #60324E

Tints of Pompadour #60324E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.32%

 BLUE value IS 78 (30.86% from 255) = 34.82%

R = 42.86%
G = 22.32%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#60324E (or 0x60324E) is known color: Pompadour. HEX triplet: 60, 32 and 4E. RGB value is (96,50,78). Sum of RGB (Red+Green+Blue) = 96+50+78=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 96 - color contains mainly: red. Hex color #60324E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60324E is #9FCDB1. Grayscale: #424242. Windows color (decimal): -10472882 or 5124704. OLE color: 5124704.

HSL color Cylindrical-coordinate representation of color #60324E: hue angle of 323.48º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60324E is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 50 78 -
CMYK 0 0.48 0.19 0.62
HSL 323.48º 0.32% 0.29% -
HSV(B) 323.48º 0.48% 0.38% -
XYZ 7.34 5.32 7.85 -
YUV 66.95 134.24 148.72 -
System Red Green Blue C M Y K H S L
Decimal 96 50 78 0 0.48 0.19 0.62 323.48 0.32 0.29
Hex 60 32 4E 0 30 13 3E 143 20 1D
Octal 140 62 116 0 60 23 76 503 40 35
Binary 1100000 110010 1001110 0 110000 10011 111110 101000011 100000 11101

Color Harmonies of #60324E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60324E

Black with #60324E

Text Example


Text Example

White with #60324E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60324E; }

 p { color: rgb(96,50,78); }

 H1.HeaderClassName
 {
   color: #60324E;
 }
 .AnyTagClassName
 {
   color: #60324E;
 }
</style>

background-color css

<style>
 a { background-color: #60324E; }

 a { background-color: rgb(96,50,78); }

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

border-color css

<style>
 span { border-color: #60324E; }

 span { border-color: rgb(96,50,78); }

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