Html Css Color HEX #60425A Purple Taupe

📋 copy color: '#60425A'

red 96 ◦ green 66 ◦ blue 90

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

Shades of Purple Taupe #60425A

Tints of Purple Taupe #60425A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.19%

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

R = 38.1%
G = 26.19%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#60425A (or 0x60425A) is known color: Purple Taupe. HEX triplet: 60, 42 and 5A. RGB value is (96,66,90). Sum of RGB (Red+Green+Blue) = 96+66+90=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 96 - color contains mainly: red. Hex color #60425A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60425A is #9FBDA5. Grayscale: #4D4D4D. Windows color (decimal): -10468774 or 5915232. OLE color: 5915232.

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

Color convert

RGB 96 66 90 -
CMYK 0 0.31 0.06 0.62
HSL 312º 0.19% 0.32% -
HSV(B) 312º 0.31% 0.38% -
XYZ 8.62 7.12 10.59 -
YUV 77.71 134.94 141.05 -
System Red Green Blue C M Y K H S L
Decimal 96 66 90 0 0.31 0.06 0.62 312 0.19 0.32
Hex 60 42 5A 0 1F 6 3E 138 13 20
Octal 140 102 132 0 37 6 76 470 23 40
Binary 1100000 1000010 1011010 0 11111 110 111110 100111000 10011 100000

Color Harmonies of #60425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60425A

Black with #60425A

Text Example


Text Example

White with #60425A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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