Html Css Color HEX #61415A Purple Taupe

📋 copy color: '#61415A'

red 97 ◦ green 65 ◦ blue 90

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

Shades of Purple Taupe #61415A

Tints of Purple Taupe #61415A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.79%

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

R = 38.49%
G = 25.79%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#61415A (or 0x61415A) is known color: Purple Taupe. HEX triplet: 61, 41 and 5A. RGB value is (97,65,90). Sum of RGB (Red+Green+Blue) = 97+65+90=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 97 - color contains mainly: red. Hex color #61415A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61415A is #9EBEA5. Grayscale: #4D4D4D. Windows color (decimal): -10403494 or 5914977. OLE color: 5914977.

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

Color convert

RGB 97 65 90 -
CMYK 0 0.33 0.07 0.62
HSL 313.13º 0.2% 0.32% -
HSV(B) 313.13º 0.33% 0.38% -
XYZ 8.67 7.06 10.58 -
YUV 77.42 135.1 141.97 -
System Red Green Blue C M Y K H S L
Decimal 97 65 90 0 0.33 0.07 0.62 313.13 0.2 0.32
Hex 61 41 5A 0 21 7 3E 139 14 20
Octal 141 101 132 0 41 7 76 471 24 40
Binary 1100001 1000001 1011010 0 100001 111 111110 100111001 10100 100000

Color Harmonies of #61415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61415A

Black with #61415A

Text Example


Text Example

White with #61415A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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