Html Css Color HEX #61425E Purple Taupe

📋 copy color: '#61425E'

red 97 ◦ green 66 ◦ blue 94

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

Shades of Purple Taupe #61425E

Tints of Purple Taupe #61425E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.58%

R = 37.74%
G = 25.68%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#61425E (or 0x61425E) is known color: Purple Taupe. HEX triplet: 61, 42 and 5E. RGB value is (97,66,94). Sum of RGB (Red+Green+Blue) = 97+66+94=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #61425E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61425E is #9EBDA1. Grayscale: #4E4E4E. Windows color (decimal): -10403234 or 6177377. OLE color: 6177377.

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

Color convert

RGB 97 66 94 -
CMYK 0 0.32 0.03 0.62
HSL 305.81º 0.19% 0.32% -
HSV(B) 305.81º 0.32% 0.38% -
XYZ 8.9 7.25 11.52 -
YUV 78.46 136.77 141.22 -
System Red Green Blue C M Y K H S L
Decimal 97 66 94 0 0.32 0.03 0.62 305.81 0.19 0.32
Hex 61 42 5E 0 20 3 3E 132 13 20
Octal 141 102 136 0 40 3 76 462 23 40
Binary 1100001 1000010 1011110 0 100000 11 111110 100110010 10011 100000

Color Harmonies of #61425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61425E

Black with #61425E

Text Example


Text Example

White with #61425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61425E; }

 p { color: rgb(97,66,94); }

 H1.HeaderClassName
 {
   color: #61425E;
 }
 .AnyTagClassName
 {
   color: #61425E;
 }
</style>

background-color css

<style>
 a { background-color: #61425E; }

 a { background-color: rgb(97,66,94); }

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

border-color css

<style>
 span { border-color: #61425E; }

 span { border-color: rgb(97,66,94); }

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