Html Css Color HEX #601747 Pompadour

📋 copy color: '#601747'

red 96 ◦ green 23 ◦ blue 71

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

Shades of Pompadour #601747

Tints of Pompadour #601747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 37.37%

R = 50.53%
G = 12.11%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#601747 (or 0x601747) is known color: Pompadour. HEX triplet: 60, 17 and 47. RGB value is (96,23,71). Sum of RGB (Red+Green+Blue) = 96+23+71=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #601747 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601747 is #9FE8B8. Grayscale: #323232. Windows color (decimal): -10479801 or 4659040. OLE color: 4659040.

HSL color Cylindrical-coordinate representation of color #601747: hue angle of 320.55º 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 #601747 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 23 71 -
CMYK 0 0.76 0.26 0.62
HSL 320.55º 0.61% 0.23% -
HSV(B) 320.55º 0.76% 0.38% -
XYZ 6.27 3.55 6.32 -
YUV 50.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 96 23 71 0 0.76 0.26 0.62 320.55 0.61 0.23
Hex 60 17 47 0 4C 1A 3E 141 3D 17
Octal 140 27 107 0 114 32 76 501 75 27
Binary 1100000 10111 1000111 0 1001100 11010 111110 101000001 111101 10111

Color Harmonies of #601747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601747

Black with #601747

Text Example


Text Example

White with #601747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601747; }

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

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

background-color css

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

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

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

border-color css

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

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

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