Html Css Color HEX #574052 Purple Taupe

📋 copy color: '#574052'

red 87 ◦ green 64 ◦ blue 82

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

Shades of Purple Taupe #574052

Tints of Purple Taupe #574052

RGB

 RED value IS 87 (34.38% from 255) = 37.34%

 GREEN value IS 64 (25.39% from 255) = 27.47%

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

R = 37.34%
G = 27.47%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.66

RGB Variations

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

Color information

#574052 (or 0x574052) is known color: Purple Taupe. HEX triplet: 57, 40 and 52. RGB value is (87,64,82). Sum of RGB (Red+Green+Blue) = 87+64+82=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 87 - color contains mainly: red. Hex color #574052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574052 is #A8BFAD. Grayscale: #484848. Windows color (decimal): -11059118 or 5390423. OLE color: 5390423.

HSL color Cylindrical-coordinate representation of color #574052: hue angle of 313.04º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #574052 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 64 82 -
CMYK 0 0.26 0.06 0.66
HSL 313.04º 0.15% 0.3% -
HSV(B) 313.04º 0.26% 0.34% -
XYZ 7.29 6.3 8.82 -
YUV 72.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 87 64 82 0 0.26 0.06 0.66 313.04 0.15 0.3
Hex 57 40 52 0 1A 6 42 139 F 1E
Octal 127 100 122 0 32 6 102 471 17 36
Binary 1010111 1000000 1010010 0 11010 110 1000010 100111001 1111 11110

Color Harmonies of #574052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574052

Black with #574052

Text Example


Text Example

White with #574052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574052; }

 p { color: rgb(87,64,82); }

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

background-color css

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

 a { background-color: rgb(87,64,82); }

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

border-color css

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

 span { border-color: rgb(87,64,82); }

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