Html Css Color HEX #61465A Purple Taupe

📋 copy color: '#61465A'

red 97 ◦ green 70 ◦ blue 90

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

Shades of Purple Taupe #61465A

Tints of Purple Taupe #61465A

RGB

 RED value IS 97 (38.28% from 255) = 37.74%

 GREEN value IS 70 (27.73% from 255) = 27.24%

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

R = 37.74%
G = 27.24%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#61465A (or 0x61465A) is known color: Purple Taupe. HEX triplet: 61, 46 and 5A. RGB value is (97,70,90). Sum of RGB (Red+Green+Blue) = 97+70+90=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #61465A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61465A is #9EB9A5. Grayscale: #505050. Windows color (decimal): -10402214 or 5916257. OLE color: 5916257.

HSL color Cylindrical-coordinate representation of color #61465A: hue angle of 315.56º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #61465A is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 70 90 -
CMYK 0 0.28 0.07 0.62
HSL 315.56º 0.16% 0.33% -
HSV(B) 315.56º 0.28% 0.38% -
XYZ 8.97 7.66 10.68 -
YUV 80.35 133.45 139.87 -
System Red Green Blue C M Y K H S L
Decimal 97 70 90 0 0.28 0.07 0.62 315.56 0.16 0.33
Hex 61 46 5A 0 1C 7 3E 13C 10 21
Octal 141 106 132 0 34 7 76 474 20 41
Binary 1100001 1000110 1011010 0 11100 111 111110 100111100 10000 100001

Color Harmonies of #61465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61465A

Black with #61465A

Text Example


Text Example

White with #61465A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,70,90); }

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

background-color css

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

 a { background-color: rgb(97,70,90); }

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

border-color css

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

 span { border-color: rgb(97,70,90); }

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