Html Css Color HEX #603251 Purple Taupe

📋 copy color: '#603251'

red 96 ◦ green 50 ◦ blue 81

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

Shades of Purple Taupe #603251

Tints of Purple Taupe #603251

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.03%

 BLUE value IS 81 (32.03% from 255) = 35.68%

R = 42.29%
G = 22.03%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#603251 (or 0x603251) is known color: Purple Taupe. HEX triplet: 60, 32 and 51. RGB value is (96,50,81). Sum of RGB (Red+Green+Blue) = 96+50+81=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #603251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603251 is #9FCDAE. Grayscale: #434343. Windows color (decimal): -10472879 or 5321312. OLE color: 5321312.

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

Color convert

RGB 96 50 81 -
CMYK 0 0.48 0.16 0.62
HSL 319.57º 0.32% 0.29% -
HSV(B) 319.57º 0.48% 0.38% -
XYZ 7.45 5.36 8.43 -
YUV 67.29 135.74 148.48 -
System Red Green Blue C M Y K H S L
Decimal 96 50 81 0 0.48 0.16 0.62 319.57 0.32 0.29
Hex 60 32 51 0 30 10 3E 140 20 1D
Octal 140 62 121 0 60 20 76 500 40 35
Binary 1100000 110010 1010001 0 110000 10000 111110 101000000 100000 11101

Color Harmonies of #603251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603251

Black with #603251

Text Example


Text Example

White with #603251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603251; }

 p { color: rgb(96,50,81); }

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

background-color css

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

 a { background-color: rgb(96,50,81); }

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

border-color css

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

 span { border-color: rgb(96,50,81); }

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