Html Css Color HEX #601748 Pompadour

📋 copy color: '#601748'

red 96 ◦ green 23 ◦ blue 72

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

Shades of Pompadour #601748

Tints of Pompadour #601748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.04%

 BLUE value IS 72 (28.52% from 255) = 37.7%

R = 50.26%
G = 12.04%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#601748 (or 0x601748) is known color: Pompadour. HEX triplet: 60, 17 and 48. RGB value is (96,23,72). Sum of RGB (Red+Green+Blue) = 96+23+72=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #601748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601748 is #9FE8B7. Grayscale: #323232. Windows color (decimal): -10479800 or 4724576. OLE color: 4724576.

HSL color Cylindrical-coordinate representation of color #601748: hue angle of 319.73º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #601748 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 23 72 -
CMYK 0 0.76 0.25 0.62
HSL 319.73º 0.61% 0.23% -
HSV(B) 319.73º 0.76% 0.38% -
XYZ 6.3 3.57 6.49 -
YUV 50.41 140.18 160.52 -
System Red Green Blue C M Y K H S L
Decimal 96 23 72 0 0.76 0.25 0.62 319.73 0.61 0.23
Hex 60 17 48 0 4C 19 3E 140 3D 17
Octal 140 27 110 0 114 31 76 500 75 27
Binary 1100000 10111 1001000 0 1001100 11001 111110 101000000 111101 10111

Color Harmonies of #601748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601748

Black with #601748

Text Example


Text Example

White with #601748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601748; }

 p { color: rgb(96,23,72); }

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

background-color css

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

 a { background-color: rgb(96,23,72); }

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

border-color css

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

 span { border-color: rgb(96,23,72); }

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