Html Css Color HEX #613453 Purple Taupe

📋 copy color: '#613453'

red 97 ◦ green 52 ◦ blue 83

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

Shades of Purple Taupe #613453

Tints of Purple Taupe #613453

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.41%

 BLUE value IS 83 (32.81% from 255) = 35.78%

R = 41.81%
G = 22.41%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#613453 (or 0x613453) is known color: Purple Taupe. HEX triplet: 61, 34 and 53. RGB value is (97,52,83). Sum of RGB (Red+Green+Blue) = 97+52+83=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #613453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613453 is #9ECBAC. Grayscale: #444444. Windows color (decimal): -10406829 or 5452897. OLE color: 5452897.

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

Color convert

RGB 97 52 83 -
CMYK 0 0.46 0.14 0.62
HSL 318.67º 0.3% 0.29% -
HSV(B) 318.67º 0.46% 0.38% -
XYZ 7.72 5.62 8.86 -
YUV 68.99 135.91 147.98 -
System Red Green Blue C M Y K H S L
Decimal 97 52 83 0 0.46 0.14 0.62 318.67 0.3 0.29
Hex 61 34 53 0 2E E 3E 13F 1E 1D
Octal 141 64 123 0 56 16 76 477 36 35
Binary 1100001 110100 1010011 0 101110 1110 111110 100111111 11110 11101

Color Harmonies of #613453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613453

Black with #613453

Text Example


Text Example

White with #613453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613453; }

 p { color: rgb(97,52,83); }

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

background-color css

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

 a { background-color: rgb(97,52,83); }

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

border-color css

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

 span { border-color: rgb(97,52,83); }

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