Html Css Color HEX #613452 Purple Taupe

📋 copy color: '#613452'

red 97 ◦ green 52 ◦ blue 82

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

Shades of Purple Taupe #613452

Tints of Purple Taupe #613452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 35.5%

R = 41.99%
G = 22.51%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#613452 (or 0x613452) is known color: Purple Taupe. HEX triplet: 61, 34 and 52. RGB value is (97,52,82). Sum of RGB (Red+Green+Blue) = 97+52+82=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #613452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613452 is #9ECBAD. Grayscale: #444444. Windows color (decimal): -10406830 or 5387361. OLE color: 5387361.

HSL color Cylindrical-coordinate representation of color #613452: hue angle of 320º 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 #613452 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 52 82 -
CMYK 0 0.46 0.15 0.62
HSL 320º 0.3% 0.29% -
HSV(B) 320º 0.46% 0.38% -
XYZ 7.68 5.61 8.66 -
YUV 68.88 135.41 148.06 -
System Red Green Blue C M Y K H S L
Decimal 97 52 82 0 0.46 0.15 0.62 320 0.3 0.29
Hex 61 34 52 0 2E F 3E 140 1E 1D
Octal 141 64 122 0 56 17 76 500 36 35
Binary 1100001 110100 1010010 0 101110 1111 111110 101000000 11110 11101

Color Harmonies of #613452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613452

Black with #613452

Text Example


Text Example

White with #613452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613452; }

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

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

background-color css

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

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

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

border-color css

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

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

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