Html Css Color HEX #603E5A Purple Taupe

📋 copy color: '#603E5A'

red 96 ◦ green 62 ◦ blue 90

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

Shades of Purple Taupe #603E5A

Tints of Purple Taupe #603E5A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25%

 BLUE value IS 90 (35.55% from 255) = 36.29%

R = 38.71%
G = 25%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#603E5A (or 0x603E5A) is known color: Purple Taupe. HEX triplet: 60, 3E and 5A. RGB value is (96,62,90). Sum of RGB (Red+Green+Blue) = 96+62+90=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 62 (24.61% from 255 or 25% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 96 - color contains mainly: red. Hex color #603E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603E5A is #9FC1A5. Grayscale: #4B4B4B. Windows color (decimal): -10469798 or 5914208. OLE color: 5914208.

HSL color Cylindrical-coordinate representation of color #603E5A: hue angle of 310.59º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #603E5A is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 62 90 -
CMYK 0 0.35 0.06 0.62
HSL 310.59º 0.22% 0.31% -
HSV(B) 310.59º 0.35% 0.38% -
XYZ 8.39 6.67 10.52 -
YUV 75.36 136.26 142.72 -
System Red Green Blue C M Y K H S L
Decimal 96 62 90 0 0.35 0.06 0.62 310.59 0.22 0.31
Hex 60 3E 5A 0 23 6 3E 137 16 1F
Octal 140 76 132 0 43 6 76 467 26 37
Binary 1100000 111110 1011010 0 100011 110 111110 100110111 10110 11111

Color Harmonies of #603E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603E5A

Black with #603E5A

Text Example


Text Example

White with #603E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,62,90); }

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

background-color css

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

 a { background-color: rgb(96,62,90); }

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

border-color css

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

 span { border-color: rgb(96,62,90); }

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