Html Css Color HEX #60415C Purple Taupe

📋 copy color: '#60415C'

red 96 ◦ green 65 ◦ blue 92

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

Shades of Purple Taupe #60415C

Tints of Purple Taupe #60415C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.36%

R = 37.94%
G = 25.69%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#60415C (or 0x60415C) is known color: Purple Taupe. HEX triplet: 60, 41 and 5C. RGB value is (96,65,92). Sum of RGB (Red+Green+Blue) = 96+65+92=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 96 - color contains mainly: red. Hex color #60415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60415C is #9FBEA3. Grayscale: #4D4D4D. Windows color (decimal): -10469028 or 6046048. OLE color: 6046048.

HSL color Cylindrical-coordinate representation of color #60415C: hue angle of 307.74º 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 #60415C is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 65 92 -
CMYK 0 0.32 0.04 0.62
HSL 307.74º 0.19% 0.32% -
HSV(B) 307.74º 0.32% 0.38% -
XYZ 8.65 7.04 11.03 -
YUV 77.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 96 65 92 0 0.32 0.04 0.62 307.74 0.19 0.32
Hex 60 41 5C 0 20 4 3E 134 13 20
Octal 140 101 134 0 40 4 76 464 23 40
Binary 1100000 1000001 1011100 0 100000 100 111110 100110100 10011 100000

Color Harmonies of #60415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60415C

Black with #60415C

Text Example


Text Example

White with #60415C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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