Html Css Color HEX #61455A Purple Taupe

📋 copy color: '#61455A'

red 97 ◦ green 69 ◦ blue 90

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

Shades of Purple Taupe #61455A

Tints of Purple Taupe #61455A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.95%

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

R = 37.89%
G = 26.95%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#61455A (or 0x61455A) is known color: Purple Taupe. HEX triplet: 61, 45 and 5A. RGB value is (97,69,90). Sum of RGB (Red+Green+Blue) = 97+69+90=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 97 - color contains mainly: red. Hex color #61455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61455A is #9EBAA5. Grayscale: #4F4F4F. Windows color (decimal): -10402470 or 5916001. OLE color: 5916001.

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

Color convert

RGB 97 69 90 -
CMYK 0 0.29 0.07 0.62
HSL 315º 0.17% 0.33% -
HSV(B) 315º 0.29% 0.38% -
XYZ 8.9 7.54 10.66 -
YUV 79.77 133.78 140.29 -
System Red Green Blue C M Y K H S L
Decimal 97 69 90 0 0.29 0.07 0.62 315 0.17 0.33
Hex 61 45 5A 0 1D 7 3E 13B 11 21
Octal 141 105 132 0 35 7 76 473 21 41
Binary 1100001 1000101 1011010 0 11101 111 111110 100111011 10001 100001

Color Harmonies of #61455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61455A

Black with #61455A

Text Example


Text Example

White with #61455A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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