Html Css Color HEX #601948 Pompadour

📋 copy color: '#601948'

red 96 ◦ green 25 ◦ blue 72

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

Shades of Pompadour #601948

Tints of Pompadour #601948

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.95%

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

R = 49.74%
G = 12.95%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#601948 (or 0x601948) is known color: Pompadour. HEX triplet: 60, 19 and 48. RGB value is (96,25,72). Sum of RGB (Red+Green+Blue) = 96+25+72=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #601948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601948 is #9FE6B7. Grayscale: #333333. Windows color (decimal): -10479288 or 4725088. OLE color: 4725088.

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

Color convert

RGB 96 25 72 -
CMYK 0 0.74 0.25 0.62
HSL 320.28º 0.59% 0.24% -
HSV(B) 320.28º 0.74% 0.38% -
XYZ 6.34 3.65 6.5 -
YUV 51.59 139.52 159.68 -
System Red Green Blue C M Y K H S L
Decimal 96 25 72 0 0.74 0.25 0.62 320.28 0.59 0.24
Hex 60 19 48 0 4A 19 3E 140 3B 18
Octal 140 31 110 0 112 31 76 500 73 30
Binary 1100000 11001 1001000 0 1001010 11001 111110 101000000 111011 11000

Color Harmonies of #601948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601948

Black with #601948

Text Example


Text Example

White with #601948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601948; }

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

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

background-color css

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

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

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

border-color css

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

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

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