Html Css Color HEX #60425B Purple Taupe

📋 copy color: '#60425B'

red 96 ◦ green 66 ◦ blue 91

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

Shades of Purple Taupe #60425B

Tints of Purple Taupe #60425B

RGB

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

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

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

R = 37.94%
G = 26.09%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#60425B (or 0x60425B) is known color: Purple Taupe. HEX triplet: 60, 42 and 5B. RGB value is (96,66,91). Sum of RGB (Red+Green+Blue) = 96+66+91=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 96 - color contains mainly: red. Hex color #60425B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60425B is #9FBDA4. Grayscale: #4D4D4D. Windows color (decimal): -10468773 or 5980768. OLE color: 5980768.

HSL color Cylindrical-coordinate representation of color #60425B: hue angle of 310º 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 #60425B is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 66 91 -
CMYK 0 0.31 0.05 0.62
HSL 310º 0.19% 0.32% -
HSV(B) 310º 0.31% 0.38% -
XYZ 8.66 7.14 10.82 -
YUV 77.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 96 66 91 0 0.31 0.05 0.62 310 0.19 0.32
Hex 60 42 5B 0 1F 5 3E 136 13 20
Octal 140 102 133 0 37 5 76 466 23 40
Binary 1100000 1000010 1011011 0 11111 101 111110 100110110 10011 100000

Color Harmonies of #60425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60425B

Black with #60425B

Text Example


Text Example

White with #60425B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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