Html Css Color HEX #613350 Purple Taupe

📋 copy color: '#613350'

red 97 ◦ green 51 ◦ blue 80

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

Shades of Purple Taupe #613350

Tints of Purple Taupe #613350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.37%

 BLUE value IS 80 (31.64% from 255) = 35.09%

R = 42.54%
G = 22.37%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#613350 (or 0x613350) is known color: Purple Taupe. HEX triplet: 61, 33 and 50. RGB value is (97,51,80). Sum of RGB (Red+Green+Blue) = 97+51+80=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #613350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613350 is #9ECCAF. Grayscale: #434343. Windows color (decimal): -10407088 or 5256033. OLE color: 5256033.

HSL color Cylindrical-coordinate representation of color #613350: hue angle of 322.17º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #613350 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 51 80 -
CMYK 0 0.47 0.18 0.62
HSL 322.17º 0.31% 0.29% -
HSV(B) 322.17º 0.47% 0.38% -
XYZ 7.56 5.49 8.25 -
YUV 68.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 97 51 80 0 0.47 0.18 0.62 322.17 0.31 0.29
Hex 61 33 50 0 2F 12 3E 142 1F 1D
Octal 141 63 120 0 57 22 76 502 37 35
Binary 1100001 110011 1010000 0 101111 10010 111110 101000010 11111 11101

Color Harmonies of #613350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613350

Black with #613350

Text Example


Text Example

White with #613350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613350; }

 p { color: rgb(97,51,80); }

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

background-color css

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

 a { background-color: rgb(97,51,80); }

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

border-color css

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

 span { border-color: rgb(97,51,80); }

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