Html Css Color HEX #60415B Purple Taupe

📋 copy color: '#60415B'

red 96 ◦ green 65 ◦ blue 91

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

Shades of Purple Taupe #60415B

Tints of Purple Taupe #60415B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.79%

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

R = 38.1%
G = 25.79%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#60415B (or 0x60415B) is known color: Purple Taupe. HEX triplet: 60, 41 and 5B. RGB value is (96,65,91). Sum of RGB (Red+Green+Blue) = 96+65+91=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 96 - color contains mainly: red. Hex color #60415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60415B is #9FBEA4. Grayscale: #4D4D4D. Windows color (decimal): -10469029 or 5980512. OLE color: 5980512.

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

Color convert

RGB 96 65 91 -
CMYK 0 0.32 0.05 0.62
HSL 309.68º 0.19% 0.32% -
HSV(B) 309.68º 0.32% 0.38% -
XYZ 8.6 7.02 10.8 -
YUV 77.23 135.77 141.39 -
System Red Green Blue C M Y K H S L
Decimal 96 65 91 0 0.32 0.05 0.62 309.68 0.19 0.32
Hex 60 41 5B 0 20 5 3E 136 13 20
Octal 140 101 133 0 40 5 76 466 23 40
Binary 1100000 1000001 1011011 0 100000 101 111110 100110110 10011 100000

Color Harmonies of #60415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60415B

Black with #60415B

Text Example


Text Example

White with #60415B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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