Html Css Color HEX #57206D Scarlet Gum

📋 copy color: '#57206D'

red 87 ◦ green 32 ◦ blue 109

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

Shades of Scarlet Gum #57206D

Tints of Scarlet Gum #57206D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.04%

 BLUE value IS 109 (42.97% from 255) = 47.81%

R = 38.16%
G = 14.04%
B = 47.81%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#57206D (or 0x57206D) is known color: Scarlet Gum. HEX triplet: 57, 20 and 6D. RGB value is (87,32,109). Sum of RGB (Red+Green+Blue) = 87+32+109=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #57206D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57206D is #A8DF92. Grayscale: #383838. Windows color (decimal): -11067283 or 7151703. OLE color: 7151703.

HSL color Cylindrical-coordinate representation of color #57206D: hue angle of 282.86º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #57206D is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 87 32 109 -
CMYK 0.20 0.71 0 0.57
HSL 282.86º 0.55% 0.28% -
HSV(B) 282.86º 0.71% 0.43% -
XYZ 7.21 4.16 14.89 -
YUV 57.22 157.22 149.24 -
System Red Green Blue C M Y K H S L
Decimal 87 32 109 0.20 0.71 0 0.57 282.86 0.55 0.28
Hex 57 20 6D 14 47 0 39 11B 37 1C
Octal 127 40 155 24 107 0 71 433 67 34
Binary 1010111 100000 1101101 10100 1000111 0 111001 100011011 110111 11100

Color Harmonies of #57206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57206D

Black with #57206D

Text Example


Text Example

White with #57206D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57206D; }

 p { color: rgb(87,32,109); }

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

background-color css

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

 a { background-color: rgb(87,32,109); }

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

border-color css

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

 span { border-color: rgb(87,32,109); }

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