Html Css Color HEX #532164 Scarlet Gum

📋 copy color: '#532164'

red 83 ◦ green 33 ◦ blue 100

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

Shades of Scarlet Gum #532164

Tints of Scarlet Gum #532164

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.28%

 BLUE value IS 100 (39.45% from 255) = 46.3%

R = 38.43%
G = 15.28%
B = 46.3%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#532164 (or 0x532164) is known color: Scarlet Gum. HEX triplet: 53, 21 and 64. RGB value is (83,33,100). Sum of RGB (Red+Green+Blue) = 83+33+100=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 100 (39.45% from 255 or 46.30% from 216); Max value from RGB is 100 - color contains mainly: blue. Hex color #532164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532164 is #ACDE9B. Grayscale: #373737. Windows color (decimal): -11329180 or 6562131. OLE color: 6562131.

HSL color Cylindrical-coordinate representation of color #532164: hue angle of 284.78º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #532164 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 33 100 -
CMYK 0.17 0.67 0 0.61
HSL 284.78º 0.5% 0.26% -
HSV(B) 284.78º 0.67% 0.39% -
XYZ 6.41 3.85 12.46 -
YUV 55.59 153.07 147.55 -
System Red Green Blue C M Y K H S L
Decimal 83 33 100 0.17 0.67 0 0.61 284.78 0.5 0.26
Hex 53 21 64 11 43 0 3D 11D 32 1A
Octal 123 41 144 21 103 0 75 435 62 32
Binary 1010011 100001 1100100 10001 1000011 0 111101 100011101 110010 11010

Color Harmonies of #532164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532164

Black with #532164

Text Example


Text Example

White with #532164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532164; }

 p { color: rgb(83,33,100); }

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

background-color css

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

 a { background-color: rgb(83,33,100); }

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

border-color css

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

 span { border-color: rgb(83,33,100); }

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