Html Css Color HEX #603353 Purple Taupe

📋 copy color: '#603353'

red 96 ◦ green 51 ◦ blue 83

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

Shades of Purple Taupe #603353

Tints of Purple Taupe #603353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 36.09%

R = 41.74%
G = 22.17%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#603353 (or 0x603353) is known color: Purple Taupe. HEX triplet: 60, 33 and 53. RGB value is (96,51,83). Sum of RGB (Red+Green+Blue) = 96+51+83=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 96 - color contains mainly: red. Hex color #603353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603353 is #9FCCAC. Grayscale: #444444. Windows color (decimal): -10472621 or 5452640. OLE color: 5452640.

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

Color convert

RGB 96 51 83 -
CMYK 0 0.47 0.14 0.62
HSL 317.33º 0.31% 0.29% -
HSV(B) 317.33º 0.47% 0.38% -
XYZ 7.57 5.48 8.84 -
YUV 68.1 136.41 147.9 -
System Red Green Blue C M Y K H S L
Decimal 96 51 83 0 0.47 0.14 0.62 317.33 0.31 0.29
Hex 60 33 53 0 2F E 3E 13D 1F 1D
Octal 140 63 123 0 57 16 76 475 37 35
Binary 1100000 110011 1010011 0 101111 1110 111110 100111101 11111 11101

Color Harmonies of #603353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603353

Black with #603353

Text Example


Text Example

White with #603353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603353; }

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

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

background-color css

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

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

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

border-color css

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

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

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