Html Css Color HEX #603351 Purple Taupe

📋 copy color: '#603351'

red 96 ◦ green 51 ◦ blue 81

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

Shades of Purple Taupe #603351

Tints of Purple Taupe #603351

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.37%

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

R = 42.11%
G = 22.37%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#603351 (or 0x603351) is known color: Purple Taupe. HEX triplet: 60, 33 and 51. RGB value is (96,51,81). Sum of RGB (Red+Green+Blue) = 96+51+81=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 96 - color contains mainly: red. Hex color #603351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603351 is #9FCCAE. Grayscale: #434343. Windows color (decimal): -10472623 or 5321568. OLE color: 5321568.

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

Color convert

RGB 96 51 81 -
CMYK 0 0.47 0.16 0.62
HSL 320º 0.31% 0.29% -
HSV(B) 320º 0.47% 0.38% -
XYZ 7.49 5.45 8.44 -
YUV 67.88 135.41 148.06 -
System Red Green Blue C M Y K H S L
Decimal 96 51 81 0 0.47 0.16 0.62 320 0.31 0.29
Hex 60 33 51 0 2F 10 3E 140 1F 1D
Octal 140 63 121 0 57 20 76 500 37 35
Binary 1100000 110011 1010001 0 101111 10000 111110 101000000 11111 11101

Color Harmonies of #603351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603351

Black with #603351

Text Example


Text Example

White with #603351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603351; }

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

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

background-color css

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

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

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

border-color css

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

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

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