Html Css Color HEX #512069 Scarlet Gum

📋 copy color: '#512069'

red 81 ◦ green 32 ◦ blue 105

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

Shades of Scarlet Gum #512069

Tints of Scarlet Gum #512069

RGB

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

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

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

R = 37.16%
G = 14.68%
B = 48.17%

CMYK

 C value IS 0.23

 M value IS 0.70

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#512069 (or 0x512069) is known color: Scarlet Gum. HEX triplet: 51, 20 and 69. RGB value is (81,32,105). Sum of RGB (Red+Green+Blue) = 81+32+105=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #512069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512069 is #AEDF96. Grayscale: #363636. Windows color (decimal): -11460503 or 6889553. OLE color: 6889553.

HSL color Cylindrical-coordinate representation of color #512069: hue angle of 280.27º 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 #512069 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 32 105 -
CMYK 0.23 0.70 0 0.59
HSL 280.27º 0.53% 0.27% -
HSV(B) 280.27º 0.7% 0.41% -
XYZ 6.46 3.8 13.76 -
YUV 54.97 156.23 146.56 -
System Red Green Blue C M Y K H S L
Decimal 81 32 105 0.23 0.70 0 0.59 280.27 0.53 0.27
Hex 51 20 69 17 46 0 3B 118 35 1B
Octal 121 40 151 27 106 0 73 430 65 33
Binary 1010001 100000 1101001 10111 1000110 0 111011 100011000 110101 11011

Color Harmonies of #512069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512069

Black with #512069

Text Example


Text Example

White with #512069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512069; }

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

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

background-color css

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

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

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

border-color css

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

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

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