Html Css Color HEX #604058 Purple Taupe

📋 copy color: '#604058'

red 96 ◦ green 64 ◦ blue 88

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

Shades of Purple Taupe #604058

Tints of Purple Taupe #604058

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.81%

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

R = 38.71%
G = 25.81%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#604058 (or 0x604058) is known color: Purple Taupe. HEX triplet: 60, 40 and 58. RGB value is (96,64,88). Sum of RGB (Red+Green+Blue) = 96+64+88=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 96 - color contains mainly: red. Hex color #604058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604058 is #9FBFA7. Grayscale: #4C4C4C. Windows color (decimal): -10469288 or 5783648. OLE color: 5783648.

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

Color convert

RGB 96 64 88 -
CMYK 0 0.33 0.08 0.62
HSL 315º 0.2% 0.31% -
HSV(B) 315º 0.33% 0.38% -
XYZ 8.42 6.86 10.11 -
YUV 76.3 134.6 142.05 -
System Red Green Blue C M Y K H S L
Decimal 96 64 88 0 0.33 0.08 0.62 315 0.2 0.31
Hex 60 40 58 0 21 8 3E 13B 14 1F
Octal 140 100 130 0 41 10 76 473 24 37
Binary 1100000 1000000 1011000 0 100001 1000 111110 100111011 10100 11111

Color Harmonies of #604058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604058

Black with #604058

Text Example


Text Example

White with #604058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604058; }

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

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

background-color css

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

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

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

border-color css

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

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

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