Html Css Color HEX #603554 Purple Taupe

📋 copy color: '#603554'

red 96 ◦ green 53 ◦ blue 84

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

Shades of Purple Taupe #603554

Tints of Purple Taupe #603554

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.75%

 BLUE value IS 84 (33.2% from 255) = 36.05%

R = 41.2%
G = 22.75%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#603554 (or 0x603554) is known color: Purple Taupe. HEX triplet: 60, 35 and 54. RGB value is (96,53,84). Sum of RGB (Red+Green+Blue) = 96+53+84=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 96 - color contains mainly: red. Hex color #603554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603554 is #9FCAAB. Grayscale: #454545. Windows color (decimal): -10472108 or 5518688. OLE color: 5518688.

HSL color Cylindrical-coordinate representation of color #603554: hue angle of 316.74º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #603554 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 53 84 -
CMYK 0 0.45 0.12 0.62
HSL 316.74º 0.29% 0.29% -
HSV(B) 316.74º 0.45% 0.38% -
XYZ 7.7 5.67 9.08 -
YUV 69.39 136.25 146.98 -
System Red Green Blue C M Y K H S L
Decimal 96 53 84 0 0.45 0.12 0.62 316.74 0.29 0.29
Hex 60 35 54 0 2D C 3E 13D 1D 1D
Octal 140 65 124 0 55 14 76 475 35 35
Binary 1100000 110101 1010100 0 101101 1100 111110 100111101 11101 11101

Color Harmonies of #603554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603554

Black with #603554

Text Example


Text Example

White with #603554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603554; }

 p { color: rgb(96,53,84); }

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

background-color css

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

 a { background-color: rgb(96,53,84); }

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

border-color css

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

 span { border-color: rgb(96,53,84); }

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