Html Css Color HEX #531168 Scarlet Gum

📋 copy color: '#531168'

red 83 ◦ green 17 ◦ blue 104

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

Shades of Scarlet Gum #531168

Tints of Scarlet Gum #531168

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.33%

 BLUE value IS 104 (41.02% from 255) = 50.98%

R = 40.69%
G = 8.33%
B = 50.98%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#531168 (or 0x531168) is known color: Scarlet Gum. HEX triplet: 53, 11 and 68. RGB value is (83,17,104). Sum of RGB (Red+Green+Blue) = 83+17+104=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #531168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531168 is #ACEE97. Grayscale: #2E2E2E. Windows color (decimal): -11333272 or 6820179. OLE color: 6820179.

HSL color Cylindrical-coordinate representation of color #531168: hue angle of 285.52º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #531168 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 17 104 -
CMYK 0.20 0.84 0 0.59
HSL 285.52º 0.72% 0.24% -
HSV(B) 285.52º 0.84% 0.41% -
XYZ 6.27 3.24 13.39 -
YUV 46.65 160.37 153.93 -
System Red Green Blue C M Y K H S L
Decimal 83 17 104 0.20 0.84 0 0.59 285.52 0.72 0.24
Hex 53 11 68 14 54 0 3B 11E 48 18
Octal 123 21 150 24 124 0 73 436 110 30
Binary 1010011 10001 1101000 10100 1010100 0 111011 100011110 1001000 11000

Color Harmonies of #531168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531168

Black with #531168

Text Example


Text Example

White with #531168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531168; }

 p { color: rgb(83,17,104); }

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

background-color css

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

 a { background-color: rgb(83,17,104); }

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

border-color css

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

 span { border-color: rgb(83,17,104); }

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