Html Css Color HEX #532061 Scarlet Gum

📋 copy color: '#532061'

red 83 ◦ green 32 ◦ blue 97

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

Shades of Scarlet Gum #532061

Tints of Scarlet Gum #532061

RGB

 RED value IS 83 (32.81% from 255) = 39.15%

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

 BLUE value IS 97 (38.28% from 255) = 45.75%

R = 39.15%
G = 15.09%
B = 45.75%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#532061 (or 0x532061) is known color: Scarlet Gum. HEX triplet: 53, 20 and 61. RGB value is (83,32,97). Sum of RGB (Red+Green+Blue) = 83+32+97=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #532061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532061 is #ACDF9E. Grayscale: #363636. Windows color (decimal): -11329439 or 6365267. OLE color: 6365267.

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

Color convert

RGB 83 32 97 -
CMYK 0.14 0.67 0 0.62
HSL 287.08º 0.5% 0.25% -
HSV(B) 287.08º 0.67% 0.38% -
XYZ 6.24 3.74 11.7 -
YUV 54.66 151.9 148.21 -
System Red Green Blue C M Y K H S L
Decimal 83 32 97 0.14 0.67 0 0.62 287.08 0.5 0.25
Hex 53 20 61 E 43 0 3E 11F 32 19
Octal 123 40 141 16 103 0 76 437 62 31
Binary 1010011 100000 1100001 1110 1000011 0 111110 100011111 110010 11001

Color Harmonies of #532061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532061

Black with #532061

Text Example


Text Example

White with #532061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532061; }

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

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

background-color css

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

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

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

border-color css

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

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

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