Html Css Color HEX #604158 Purple Taupe

📋 copy color: '#604158'

red 96 ◦ green 65 ◦ blue 88

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

Shades of Purple Taupe #604158

Tints of Purple Taupe #604158

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.1%

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

R = 38.55%
G = 26.1%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#604158 (or 0x604158) is known color: Purple Taupe. HEX triplet: 60, 41 and 58. RGB value is (96,65,88). Sum of RGB (Red+Green+Blue) = 96+65+88=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 96 - color contains mainly: red. Hex color #604158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604158 is #9FBEA7. Grayscale: #4C4C4C. Windows color (decimal): -10469032 or 5783904. OLE color: 5783904.

HSL color Cylindrical-coordinate representation of color #604158: hue angle of 315.48º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #604158 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 65 88 -
CMYK 0 0.32 0.08 0.62
HSL 315.48º 0.19% 0.32% -
HSV(B) 315.48º 0.32% 0.38% -
XYZ 8.48 6.97 10.13 -
YUV 76.89 134.27 141.63 -
System Red Green Blue C M Y K H S L
Decimal 96 65 88 0 0.32 0.08 0.62 315.48 0.19 0.32
Hex 60 41 58 0 20 8 3E 13B 13 20
Octal 140 101 130 0 40 10 76 473 23 40
Binary 1100000 1000001 1011000 0 100000 1000 111110 100111011 10011 100000

Color Harmonies of #604158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604158

Black with #604158

Text Example


Text Example

White with #604158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604158; }

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

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

background-color css

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

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

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

border-color css

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

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

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