Html Css Color HEX #60405B Purple Taupe

📋 copy color: '#60405B'

red 96 ◦ green 64 ◦ blue 91

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

Shades of Purple Taupe #60405B

Tints of Purple Taupe #60405B

RGB

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

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

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

R = 38.25%
G = 25.5%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#60405B (or 0x60405B) is known color: Purple Taupe. HEX triplet: 60, 40 and 5B. RGB value is (96,64,91). Sum of RGB (Red+Green+Blue) = 96+64+91=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 96 - color contains mainly: red. Hex color #60405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60405B is #9FBFA4. Grayscale: #4C4C4C. Windows color (decimal): -10469285 or 5980256. OLE color: 5980256.

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

Color convert

RGB 96 64 91 -
CMYK 0 0.33 0.05 0.62
HSL 309.38º 0.2% 0.31% -
HSV(B) 309.38º 0.33% 0.38% -
XYZ 8.55 6.91 10.78 -
YUV 76.65 136.1 141.8 -
System Red Green Blue C M Y K H S L
Decimal 96 64 91 0 0.33 0.05 0.62 309.38 0.2 0.31
Hex 60 40 5B 0 21 5 3E 135 14 1F
Octal 140 100 133 0 41 5 76 465 24 37
Binary 1100000 1000000 1011011 0 100001 101 111110 100110101 10100 11111

Color Harmonies of #60405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60405B

Black with #60405B

Text Example


Text Example

White with #60405B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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