Html Css Color HEX #603550 Purple Taupe

📋 copy color: '#603550'

red 96 ◦ green 53 ◦ blue 80

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

Shades of Purple Taupe #603550

Tints of Purple Taupe #603550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 34.93%

R = 41.92%
G = 23.14%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#603550 (or 0x603550) is known color: Purple Taupe. HEX triplet: 60, 35 and 50. RGB value is (96,53,80). Sum of RGB (Red+Green+Blue) = 96+53+80=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #603550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603550 is #9FCAAF. Grayscale: #444444. Windows color (decimal): -10472112 or 5256544. OLE color: 5256544.

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

Color convert

RGB 96 53 80 -
CMYK 0 0.45 0.17 0.62
HSL 322.33º 0.29% 0.29% -
HSV(B) 322.33º 0.45% 0.38% -
XYZ 7.54 5.61 8.28 -
YUV 68.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 96 53 80 0 0.45 0.17 0.62 322.33 0.29 0.29
Hex 60 35 50 0 2D 11 3E 142 1D 1D
Octal 140 65 120 0 55 21 76 502 35 35
Binary 1100000 110101 1010000 0 101101 10001 111110 101000010 11101 11101

Color Harmonies of #603550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603550

Black with #603550

Text Example


Text Example

White with #603550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603550; }

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

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

background-color css

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

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

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

border-color css

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

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

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