Html Css Color HEX #532069 Scarlet Gum

📋 copy color: '#532069'

red 83 ◦ green 32 ◦ blue 105

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

Shades of Scarlet Gum #532069

Tints of Scarlet Gum #532069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 47.73%

R = 37.73%
G = 14.55%
B = 47.73%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#532069 (or 0x532069) is known color: Scarlet Gum. HEX triplet: 53, 20 and 69. RGB value is (83,32,105). Sum of RGB (Red+Green+Blue) = 83+32+105=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #532069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532069 is #ACDF96. Grayscale: #373737. Windows color (decimal): -11329431 or 6889555. OLE color: 6889555.

HSL color Cylindrical-coordinate representation of color #532069: hue angle of 281.92º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #532069 is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 32 105 -
CMYK 0.21 0.70 0 0.59
HSL 281.92º 0.53% 0.27% -
HSV(B) 281.92º 0.7% 0.41% -
XYZ 6.63 3.89 13.77 -
YUV 55.57 155.9 147.56 -
System Red Green Blue C M Y K H S L
Decimal 83 32 105 0.21 0.70 0 0.59 281.92 0.53 0.27
Hex 53 20 69 15 46 0 3B 11A 35 1B
Octal 123 40 151 25 106 0 73 432 65 33
Binary 1010011 100000 1101001 10101 1000110 0 111011 100011010 110101 11011

Color Harmonies of #532069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532069

Black with #532069

Text Example


Text Example

White with #532069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532069; }

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

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

background-color css

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

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

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

border-color css

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

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

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