Html Css Color HEX #603A58 Purple Taupe

📋 copy color: '#603A58'

red 96 ◦ green 58 ◦ blue 88

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

Shades of Purple Taupe #603A58

Tints of Purple Taupe #603A58

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.97%

 BLUE value IS 88 (34.77% from 255) = 36.36%

R = 39.67%
G = 23.97%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#603A58 (or 0x603A58) is known color: Purple Taupe. HEX triplet: 60, 3A and 58. RGB value is (96,58,88). Sum of RGB (Red+Green+Blue) = 96+58+88=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 96 - color contains mainly: red. Hex color #603A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603A58 is #9FC5A7. Grayscale: #484848. Windows color (decimal): -10470824 or 5782112. OLE color: 5782112.

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

Color convert

RGB 96 58 88 -
CMYK 0 0.40 0.08 0.62
HSL 312.63º 0.25% 0.3% -
HSV(B) 312.63º 0.4% 0.38% -
XYZ 8.1 6.22 10.01 -
YUV 72.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 96 58 88 0 0.40 0.08 0.62 312.63 0.25 0.3
Hex 60 3A 58 0 28 8 3E 139 19 1E
Octal 140 72 130 0 50 10 76 471 31 36
Binary 1100000 111010 1011000 0 101000 1000 111110 100111001 11001 11110

Color Harmonies of #603A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603A58

Black with #603A58

Text Example


Text Example

White with #603A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603A58; }

 p { color: rgb(96,58,88); }

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

background-color css

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

 a { background-color: rgb(96,58,88); }

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

border-color css

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

 span { border-color: rgb(96,58,88); }

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