Html Css Color HEX #601744 Pompadour

📋 copy color: '#601744'

red 96 ◦ green 23 ◦ blue 68

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

Shades of Pompadour #601744

Tints of Pompadour #601744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.36%

R = 51.34%
G = 12.3%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#601744 (or 0x601744) is known color: Pompadour. HEX triplet: 60, 17 and 44. RGB value is (96,23,68). Sum of RGB (Red+Green+Blue) = 96+23+68=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #601744 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601744 is #9FE8BB. Grayscale: #313131. Windows color (decimal): -10479804 or 4462432. OLE color: 4462432.

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

Color convert

RGB 96 23 68 -
CMYK 0 0.76 0.29 0.62
HSL 323.01º 0.61% 0.23% -
HSV(B) 323.01º 0.76% 0.38% -
XYZ 6.17 3.52 5.82 -
YUV 49.96 138.18 160.84 -
System Red Green Blue C M Y K H S L
Decimal 96 23 68 0 0.76 0.29 0.62 323.01 0.61 0.23
Hex 60 17 44 0 4C 1D 3E 143 3D 17
Octal 140 27 104 0 114 35 76 503 75 27
Binary 1100000 10111 1000100 0 1001100 11101 111110 101000011 111101 10111

Color Harmonies of #601744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601744

Black with #601744

Text Example


Text Example

White with #601744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601744; }

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

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

background-color css

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

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

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

border-color css

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

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

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