Html Css Color HEX #603952 Purple Taupe

📋 copy color: '#603952'

red 96 ◦ green 57 ◦ blue 82

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

Shades of Purple Taupe #603952

Tints of Purple Taupe #603952

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.26%

 BLUE value IS 82 (32.42% from 255) = 34.89%

R = 40.85%
G = 24.26%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#603952 (or 0x603952) is known color: Purple Taupe. HEX triplet: 60, 39 and 52. RGB value is (96,57,82). Sum of RGB (Red+Green+Blue) = 96+57+82=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 96 - color contains mainly: red. Hex color #603952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603952 is #9FC6AD. Grayscale: #474747. Windows color (decimal): -10471086 or 5388640. OLE color: 5388640.

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

Color convert

RGB 96 57 82 -
CMYK 0 0.41 0.15 0.62
HSL 321.54º 0.25% 0.3% -
HSV(B) 321.54º 0.41% 0.38% -
XYZ 7.81 6.02 8.73 -
YUV 71.51 133.92 145.47 -
System Red Green Blue C M Y K H S L
Decimal 96 57 82 0 0.41 0.15 0.62 321.54 0.25 0.3
Hex 60 39 52 0 29 F 3E 142 19 1E
Octal 140 71 122 0 51 17 76 502 31 36
Binary 1100000 111001 1010010 0 101001 1111 111110 101000010 11001 11110

Color Harmonies of #603952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603952

Black with #603952

Text Example


Text Example

White with #603952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603952; }

 p { color: rgb(96,57,82); }

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

background-color css

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

 a { background-color: rgb(96,57,82); }

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

border-color css

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

 span { border-color: rgb(96,57,82); }

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