Html Css Color HEX #60435A Purple Taupe

📋 copy color: '#60435A'

red 96 ◦ green 67 ◦ blue 90

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

Shades of Purple Taupe #60435A

Tints of Purple Taupe #60435A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.57%

R = 37.94%
G = 26.48%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#60435A (or 0x60435A) is known color: Purple Taupe. HEX triplet: 60, 43 and 5A. RGB value is (96,67,90). Sum of RGB (Red+Green+Blue) = 96+67+90=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 96 - color contains mainly: red. Hex color #60435A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60435A is #9FBCA5. Grayscale: #4E4E4E. Windows color (decimal): -10468518 or 5915488. OLE color: 5915488.

HSL color Cylindrical-coordinate representation of color #60435A: hue angle of 312.41º 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 #60435A is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 67 90 -
CMYK 0 0.30 0.06 0.62
HSL 312.41º 0.18% 0.32% -
HSV(B) 312.41º 0.3% 0.38% -
XYZ 8.68 7.24 10.61 -
YUV 78.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 96 67 90 0 0.30 0.06 0.62 312.41 0.18 0.32
Hex 60 43 5A 0 1E 6 3E 138 12 20
Octal 140 103 132 0 36 6 76 470 22 40
Binary 1100000 1000011 1011010 0 11110 110 111110 100111000 10010 100000

Color Harmonies of #60435A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60435A

Black with #60435A

Text Example


Text Example

White with #60435A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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