Html Css Color HEX #60445B Purple Taupe

📋 copy color: '#60445B'

red 96 ◦ green 68 ◦ blue 91

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

Shades of Purple Taupe #60445B

Tints of Purple Taupe #60445B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.69%

R = 37.65%
G = 26.67%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#60445B (or 0x60445B) is known color: Purple Taupe. HEX triplet: 60, 44 and 5B. RGB value is (96,68,91). Sum of RGB (Red+Green+Blue) = 96+68+91=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 96 - color contains mainly: red. Hex color #60445B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60445B is #9FBBA4. Grayscale: #4E4E4E. Windows color (decimal): -10468261 or 5981280. OLE color: 5981280.

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

Color convert

RGB 96 68 91 -
CMYK 0 0.29 0.05 0.62
HSL 310.71º 0.17% 0.32% -
HSV(B) 310.71º 0.29% 0.38% -
XYZ 8.78 7.38 10.86 -
YUV 78.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 96 68 91 0 0.29 0.05 0.62 310.71 0.17 0.32
Hex 60 44 5B 0 1D 5 3E 137 11 20
Octal 140 104 133 0 35 5 76 467 21 40
Binary 1100000 1000100 1011011 0 11101 101 111110 100110111 10001 100000

Color Harmonies of #60445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60445B

Black with #60445B

Text Example


Text Example

White with #60445B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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