Html Css Color HEX #601548 Pompadour

📋 copy color: '#601548'

red 96 ◦ green 21 ◦ blue 72

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

Shades of Pompadour #601548

Tints of Pompadour #601548

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.11%

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

R = 50.79%
G = 11.11%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#601548 (or 0x601548) is known color: Pompadour. HEX triplet: 60, 15 and 48. RGB value is (96,21,72). Sum of RGB (Red+Green+Blue) = 96+21+72=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #601548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601548 is #9FEAB7. Grayscale: #313131. Windows color (decimal): -10480312 or 4724064. OLE color: 4724064.

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

Color convert

RGB 96 21 72 -
CMYK 0 0.78 0.25 0.62
HSL 319.2º 0.64% 0.23% -
HSV(B) 319.2º 0.78% 0.38% -
XYZ 6.26 3.49 6.47 -
YUV 49.24 140.85 161.35 -
System Red Green Blue C M Y K H S L
Decimal 96 21 72 0 0.78 0.25 0.62 319.2 0.64 0.23
Hex 60 15 48 0 4E 19 3E 13F 40 17
Octal 140 25 110 0 116 31 76 477 100 27
Binary 1100000 10101 1001000 0 1001110 11001 111110 100111111 1000000 10111

Color Harmonies of #601548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601548

Black with #601548

Text Example


Text Example

White with #601548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601548; }

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

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

background-color css

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

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

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

border-color css

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

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

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