Html Css Color HEX #60445E Purple Taupe

📋 copy color: '#60445E'

red 96 ◦ green 68 ◦ blue 94

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

Shades of Purple Taupe #60445E

Tints of Purple Taupe #60445E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.43%

R = 37.21%
G = 26.36%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#60445E (or 0x60445E) is known color: Purple Taupe. HEX triplet: 60, 44 and 5E. RGB value is (96,68,94). Sum of RGB (Red+Green+Blue) = 96+68+94=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 96 - color contains mainly: red. Hex color #60445E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60445E is #9FBBA1. Grayscale: #4F4F4F. Windows color (decimal): -10468258 or 6177888. OLE color: 6177888.

HSL color Cylindrical-coordinate representation of color #60445E: hue angle of 304.29º 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 #60445E is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 68 94 -
CMYK 0 0.29 0.02 0.62
HSL 304.29º 0.17% 0.32% -
HSV(B) 304.29º 0.29% 0.38% -
XYZ 8.91 7.43 11.55 -
YUV 79.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 96 68 94 0 0.29 0.02 0.62 304.29 0.17 0.32
Hex 60 44 5E 0 1D 2 3E 130 11 20
Octal 140 104 136 0 35 2 76 460 21 40
Binary 1100000 1000100 1011110 0 11101 10 111110 100110000 10001 100000

Color Harmonies of #60445E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60445E

Black with #60445E

Text Example


Text Example

White with #60445E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60445E; }

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

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

background-color css

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

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

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

border-color css

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

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

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