Html Css Color HEX #532062 Scarlet Gum

📋 copy color: '#532062'

red 83 ◦ green 32 ◦ blue 98

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

Shades of Scarlet Gum #532062

Tints of Scarlet Gum #532062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 46.01%

R = 38.97%
G = 15.02%
B = 46.01%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#532062 (or 0x532062) is known color: Scarlet Gum. HEX triplet: 53, 20 and 62. RGB value is (83,32,98). Sum of RGB (Red+Green+Blue) = 83+32+98=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 98 - color contains mainly: blue. Hex color #532062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532062 is #ACDF9D. Grayscale: #363636. Windows color (decimal): -11329438 or 6430803. OLE color: 6430803.

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

Color convert

RGB 83 32 98 -
CMYK 0.15 0.67 0 0.62
HSL 286.36º 0.51% 0.25% -
HSV(B) 286.36º 0.67% 0.38% -
XYZ 6.29 3.75 11.95 -
YUV 54.77 152.4 148.13 -
System Red Green Blue C M Y K H S L
Decimal 83 32 98 0.15 0.67 0 0.62 286.36 0.51 0.25
Hex 53 20 62 F 43 0 3E 11E 33 19
Octal 123 40 142 17 103 0 76 436 63 31
Binary 1010011 100000 1100010 1111 1000011 0 111110 100011110 110011 11001

Color Harmonies of #532062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532062

Black with #532062

Text Example


Text Example

White with #532062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532062; }

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

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

background-color css

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

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

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

border-color css

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

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

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