Html Css Color HEX #61435A Purple Taupe

📋 copy color: '#61435A'

red 97 ◦ green 67 ◦ blue 90

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

Shades of Purple Taupe #61435A

Tints of Purple Taupe #61435A

RGB

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

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

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

R = 38.19%
G = 26.38%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#61435A (or 0x61435A) is known color: Purple Taupe. HEX triplet: 61, 43 and 5A. RGB value is (97,67,90). Sum of RGB (Red+Green+Blue) = 97+67+90=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 97 - color contains mainly: red. Hex color #61435A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61435A is #9EBCA5. Grayscale: #4E4E4E. Windows color (decimal): -10402982 or 5915489. OLE color: 5915489.

HSL color Cylindrical-coordinate representation of color #61435A: hue angle of 314º degrees, saturation: 0.18, 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 #61435A is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 67 90 -
CMYK 0 0.31 0.07 0.62
HSL 314º 0.18% 0.32% -
HSV(B) 314º 0.31% 0.38% -
XYZ 8.78 7.29 10.62 -
YUV 78.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 97 67 90 0 0.31 0.07 0.62 314 0.18 0.32
Hex 61 43 5A 0 1F 7 3E 13A 12 20
Octal 141 103 132 0 37 7 76 472 22 40
Binary 1100001 1000011 1011010 0 11111 111 111110 100111010 10010 100000

Color Harmonies of #61435A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61435A

Black with #61435A

Text Example


Text Example

White with #61435A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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