Html Css Color HEX #601B4A Pompadour

📋 copy color: '#601B4A'

red 96 ◦ green 27 ◦ blue 74

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

Shades of Pompadour #601B4A

Tints of Pompadour #601B4A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.71%

 BLUE value IS 74 (29.3% from 255) = 37.56%

R = 48.73%
G = 13.71%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#601B4A (or 0x601B4A) is known color: Pompadour. HEX triplet: 60, 1B and 4A. RGB value is (96,27,74). Sum of RGB (Red+Green+Blue) = 96+27+74=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 27 (10.94% from 255 or 13.71% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #601B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601B4A is #9FE4B5. Grayscale: #343434. Windows color (decimal): -10478774 or 4856672. OLE color: 4856672.

HSL color Cylindrical-coordinate representation of color #601B4A: hue angle of 319.13º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #601B4A is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 27 74 -
CMYK 0 0.72 0.23 0.62
HSL 319.13º 0.56% 0.24% -
HSV(B) 319.13º 0.72% 0.38% -
XYZ 6.45 3.77 6.87 -
YUV 52.99 139.86 158.68 -
System Red Green Blue C M Y K H S L
Decimal 96 27 74 0 0.72 0.23 0.62 319.13 0.56 0.24
Hex 60 1B 4A 0 48 17 3E 13F 38 18
Octal 140 33 112 0 110 27 76 477 70 30
Binary 1100000 11011 1001010 0 1001000 10111 111110 100111111 111000 11000

Color Harmonies of #601B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601B4A

Black with #601B4A

Text Example


Text Example

White with #601B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601B4A; }

 p { color: rgb(96,27,74); }

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

background-color css

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

 a { background-color: rgb(96,27,74); }

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

border-color css

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

 span { border-color: rgb(96,27,74); }

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