Html Css Color HEX #60435B Purple Taupe

📋 copy color: '#60435B'

red 96 ◦ green 67 ◦ blue 91

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

Shades of Purple Taupe #60435B

Tints of Purple Taupe #60435B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.38%

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

R = 37.8%
G = 26.38%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#60435B (or 0x60435B) is known color: Purple Taupe. HEX triplet: 60, 43 and 5B. RGB value is (96,67,91). Sum of RGB (Red+Green+Blue) = 96+67+91=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 96 - color contains mainly: red. Hex color #60435B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60435B is #9FBCA4. Grayscale: #4E4E4E. Windows color (decimal): -10468517 or 5981024. OLE color: 5981024.

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

Color convert

RGB 96 67 91 -
CMYK 0 0.30 0.05 0.62
HSL 310.34º 0.18% 0.32% -
HSV(B) 310.34º 0.3% 0.38% -
XYZ 8.72 7.26 10.84 -
YUV 78.41 135.11 140.55 -
System Red Green Blue C M Y K H S L
Decimal 96 67 91 0 0.30 0.05 0.62 310.34 0.18 0.32
Hex 60 43 5B 0 1E 5 3E 136 12 20
Octal 140 103 133 0 36 5 76 466 22 40
Binary 1100000 1000011 1011011 0 11110 101 111110 100110110 10010 100000

Color Harmonies of #60435B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60435B

Black with #60435B

Text Example


Text Example

White with #60435B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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