Html Css Color HEX #613854 Purple Taupe

📋 copy color: '#613854'

red 97 ◦ green 56 ◦ blue 84

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

Shades of Purple Taupe #613854

Tints of Purple Taupe #613854

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.63%

 BLUE value IS 84 (33.2% from 255) = 35.44%

R = 40.93%
G = 23.63%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#613854 (or 0x613854) is known color: Purple Taupe. HEX triplet: 61, 38 and 54. RGB value is (97,56,84). Sum of RGB (Red+Green+Blue) = 97+56+84=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 97 - color contains mainly: red. Hex color #613854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613854 is #9EC7AB. Grayscale: #474747. Windows color (decimal): -10405804 or 5519457. OLE color: 5519457.

HSL color Cylindrical-coordinate representation of color #613854: hue angle of 319.02º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #613854 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 56 84 -
CMYK 0 0.42 0.13 0.62
HSL 319.02º 0.27% 0.3% -
HSV(B) 319.02º 0.42% 0.38% -
XYZ 7.94 6.01 9.13 -
YUV 71.45 135.08 146.22 -
System Red Green Blue C M Y K H S L
Decimal 97 56 84 0 0.42 0.13 0.62 319.02 0.27 0.3
Hex 61 38 54 0 2A D 3E 13F 1B 1E
Octal 141 70 124 0 52 15 76 477 33 36
Binary 1100001 111000 1010100 0 101010 1101 111110 100111111 11011 11110

Color Harmonies of #613854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613854

Black with #613854

Text Example


Text Example

White with #613854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613854; }

 p { color: rgb(97,56,84); }

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

background-color css

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

 a { background-color: rgb(97,56,84); }

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

border-color css

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

 span { border-color: rgb(97,56,84); }

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