Html Css Color HEX #613A58 Purple Taupe

📋 copy color: '#613A58'

red 97 ◦ green 58 ◦ blue 88

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

Shades of Purple Taupe #613A58

Tints of Purple Taupe #613A58

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.87%

 BLUE value IS 88 (34.77% from 255) = 36.21%

R = 39.92%
G = 23.87%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#613A58 (or 0x613A58) is known color: Purple Taupe. HEX triplet: 61, 3A and 58. RGB value is (97,58,88). Sum of RGB (Red+Green+Blue) = 97+58+88=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 88 (34.77% from 255 or 36.21% from 243); Max value from RGB is 97 - color contains mainly: red. Hex color #613A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613A58 is #9EC5A7. Grayscale: #494949. Windows color (decimal): -10405288 or 5782113. OLE color: 5782113.

HSL color Cylindrical-coordinate representation of color #613A58: hue angle of 313.85º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #613A58 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 58 88 -
CMYK 0 0.40 0.09 0.62
HSL 313.85º 0.25% 0.3% -
HSV(B) 313.85º 0.4% 0.38% -
XYZ 8.2 6.27 10.01 -
YUV 73.08 136.42 145.06 -
System Red Green Blue C M Y K H S L
Decimal 97 58 88 0 0.40 0.09 0.62 313.85 0.25 0.3
Hex 61 3A 58 0 28 9 3E 13A 19 1E
Octal 141 72 130 0 50 11 76 472 31 36
Binary 1100001 111010 1011000 0 101000 1001 111110 100111010 11001 11110

Color Harmonies of #613A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A58

Black with #613A58

Text Example


Text Example

White with #613A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613A58; }

 p { color: rgb(97,58,88); }

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

background-color css

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

 a { background-color: rgb(97,58,88); }

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

border-color css

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

 span { border-color: rgb(97,58,88); }

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