Html Css Color HEX #532060 Scarlet Gum

📋 copy color: '#532060'

red 83 ◦ green 32 ◦ blue 96

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

Shades of Scarlet Gum #532060

Tints of Scarlet Gum #532060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 45.5%

R = 39.34%
G = 15.17%
B = 45.5%

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

#532060 (or 0x532060) is known color: Scarlet Gum. HEX triplet: 53, 20 and 60. RGB value is (83,32,96). Sum of RGB (Red+Green+Blue) = 83+32+96=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #532060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532060 is #ACDF9F. Grayscale: #363636. Windows color (decimal): -11329440 or 6299731. OLE color: 6299731.

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

Color convert

RGB 83 32 96 -
CMYK 0.14 0.67 0 0.62
HSL 287.81º 0.5% 0.25% -
HSV(B) 287.81º 0.67% 0.38% -
XYZ 6.2 3.72 11.46 -
YUV 54.55 151.4 148.3 -
System Red Green Blue C M Y K H S L
Decimal 83 32 96 0.14 0.67 0 0.62 287.81 0.5 0.25
Hex 53 20 60 E 43 0 3E 120 32 19
Octal 123 40 140 16 103 0 76 440 62 31
Binary 1010011 100000 1100000 1110 1000011 0 111110 100100000 110010 11001

Color Harmonies of #532060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532060

Black with #532060

Text Example


Text Example

White with #532060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532060; }

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

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

background-color css

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

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

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

border-color css

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

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

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