Html Css Color HEX #512563 Scarlet Gum

📋 copy color: '#512563'

red 81 ◦ green 37 ◦ blue 99

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

Shades of Scarlet Gum #512563

Tints of Scarlet Gum #512563

RGB

 RED value IS 81 (32.03% from 255) = 37.33%

 GREEN value IS 37 (14.84% from 255) = 17.05%

 BLUE value IS 99 (39.06% from 255) = 45.62%

R = 37.33%
G = 17.05%
B = 45.62%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#512563 (or 0x512563) is known color: Scarlet Gum. HEX triplet: 51, 25 and 63. RGB value is (81,37,99). Sum of RGB (Red+Green+Blue) = 81+37+99=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #512563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512563 is #AEDA9C. Grayscale: #393939. Windows color (decimal): -11459229 or 6497617. OLE color: 6497617.

HSL color Cylindrical-coordinate representation of color #512563: hue angle of 282.58º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #512563 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 81 37 99 -
CMYK 0.18 0.63 0 0.61
HSL 282.58º 0.46% 0.27% -
HSV(B) 282.58º 0.63% 0.39% -
XYZ 6.31 3.97 12.24 -
YUV 57.22 151.58 144.96 -
System Red Green Blue C M Y K H S L
Decimal 81 37 99 0.18 0.63 0 0.61 282.58 0.46 0.27
Hex 51 25 63 12 3F 0 3D 11B 2E 1B
Octal 121 45 143 22 77 0 75 433 56 33
Binary 1010001 100101 1100011 10010 111111 0 111101 100011011 101110 11011

Color Harmonies of #512563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512563

Black with #512563

Text Example


Text Example

White with #512563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512563; }

 p { color: rgb(81,37,99); }

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

background-color css

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

 a { background-color: rgb(81,37,99); }

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

border-color css

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

 span { border-color: rgb(81,37,99); }

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