Html Css Color HEX #604458 Purple Taupe

📋 copy color: '#604458'

red 96 ◦ green 68 ◦ blue 88

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

Shades of Purple Taupe #604458

Tints of Purple Taupe #604458

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.98%

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

R = 38.1%
G = 26.98%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#604458 (or 0x604458) is known color: Purple Taupe. HEX triplet: 60, 44 and 58. RGB value is (96,68,88). Sum of RGB (Red+Green+Blue) = 96+68+88=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 96 - color contains mainly: red. Hex color #604458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604458 is #9FBBA7. Grayscale: #4E4E4E. Windows color (decimal): -10468264 or 5784672. OLE color: 5784672.

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

Color convert

RGB 96 68 88 -
CMYK 0 0.29 0.08 0.62
HSL 317.14º 0.17% 0.32% -
HSV(B) 317.14º 0.29% 0.38% -
XYZ 8.65 7.33 10.19 -
YUV 78.65 133.28 140.37 -
System Red Green Blue C M Y K H S L
Decimal 96 68 88 0 0.29 0.08 0.62 317.14 0.17 0.32
Hex 60 44 58 0 1D 8 3E 13D 11 20
Octal 140 104 130 0 35 10 76 475 21 40
Binary 1100000 1000100 1011000 0 11101 1000 111110 100111101 10001 100000

Color Harmonies of #604458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604458

Black with #604458

Text Example


Text Example

White with #604458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604458; }

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

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

background-color css

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

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

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

border-color css

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

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

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