Html Css Color HEX #603652 Purple Taupe

📋 copy color: '#603652'

red 96 ◦ green 54 ◦ blue 82

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

Shades of Purple Taupe #603652

Tints of Purple Taupe #603652

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.28%

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

R = 41.38%
G = 23.28%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#603652 (or 0x603652) is known color: Purple Taupe. HEX triplet: 60, 36 and 52. RGB value is (96,54,82). Sum of RGB (Red+Green+Blue) = 96+54+82=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #603652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603652 is #9FC9AD. Grayscale: #454545. Windows color (decimal): -10471854 or 5387872. OLE color: 5387872.

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

Color convert

RGB 96 54 82 -
CMYK 0 0.44 0.15 0.62
HSL 320º 0.28% 0.29% -
HSV(B) 320º 0.44% 0.38% -
XYZ 7.67 5.73 8.69 -
YUV 69.75 134.91 146.72 -
System Red Green Blue C M Y K H S L
Decimal 96 54 82 0 0.44 0.15 0.62 320 0.28 0.29
Hex 60 36 52 0 2C F 3E 140 1C 1D
Octal 140 66 122 0 54 17 76 500 34 35
Binary 1100000 110110 1010010 0 101100 1111 111110 101000000 11100 11101

Color Harmonies of #603652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603652

Black with #603652

Text Example


Text Example

White with #603652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603652; }

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

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

background-color css

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

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

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

border-color css

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

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

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