Html Css Color HEX #512768 Scarlet Gum

📋 copy color: '#512768'

red 81 ◦ green 39 ◦ blue 104

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

Shades of Scarlet Gum #512768

Tints of Scarlet Gum #512768

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.41%

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

R = 36.16%
G = 17.41%
B = 46.43%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#512768 (or 0x512768) is known color: Scarlet Gum. HEX triplet: 51, 27 and 68. RGB value is (81,39,104). Sum of RGB (Red+Green+Blue) = 81+39+104=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 104 - color contains mainly: blue. Hex color #512768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512768 is #AED897. Grayscale: #3A3A3A. Windows color (decimal): -11458712 or 6825809. OLE color: 6825809.

HSL color Cylindrical-coordinate representation of color #512768: hue angle of 278.77º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #512768 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 39 104 -
CMYK 0.22 0.62 0 0.59
HSL 278.77º 0.45% 0.28% -
HSV(B) 278.77º 0.63% 0.41% -
XYZ 6.62 4.2 13.56 -
YUV 58.97 153.41 143.71 -
System Red Green Blue C M Y K H S L
Decimal 81 39 104 0.22 0.62 0 0.59 278.77 0.45 0.28
Hex 51 27 68 16 3E 0 3B 117 2D 1C
Octal 121 47 150 26 76 0 73 427 55 34
Binary 1010001 100111 1101000 10110 111110 0 111011 100010111 101101 11100

Color Harmonies of #512768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512768

Black with #512768

Text Example


Text Example

White with #512768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512768; }

 p { color: rgb(81,39,104); }

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

background-color css

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

 a { background-color: rgb(81,39,104); }

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

border-color css

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

 span { border-color: rgb(81,39,104); }

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