Html Css Color HEX #512564 Scarlet Gum

📋 copy color: '#512564'

red 81 ◦ green 37 ◦ blue 100

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

Shades of Scarlet Gum #512564

Tints of Scarlet Gum #512564

RGB

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

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

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

R = 37.16%
G = 16.97%
B = 45.87%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#512564 (or 0x512564) is known color: Scarlet Gum. HEX triplet: 51, 25 and 64. RGB value is (81,37,100). Sum of RGB (Red+Green+Blue) = 81+37+100=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 100 (39.45% from 255 or 45.87% from 218); Max value from RGB is 100 - color contains mainly: blue. Hex color #512564 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512564 is #AEDA9B. Grayscale: #393939. Windows color (decimal): -11459228 or 6563153. OLE color: 6563153.

HSL color Cylindrical-coordinate representation of color #512564: hue angle of 281.9º 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 #512564 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 81 37 100 -
CMYK 0.19 0.63 0 0.61
HSL 281.9º 0.46% 0.27% -
HSV(B) 281.9º 0.63% 0.39% -
XYZ 6.36 3.99 12.49 -
YUV 57.34 152.08 144.88 -
System Red Green Blue C M Y K H S L
Decimal 81 37 100 0.19 0.63 0 0.61 281.9 0.46 0.27
Hex 51 25 64 13 3F 0 3D 11A 2E 1B
Octal 121 45 144 23 77 0 75 432 56 33
Binary 1010001 100101 1100100 10011 111111 0 111101 100011010 101110 11011

Color Harmonies of #512564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512564

Black with #512564

Text Example


Text Example

White with #512564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512564; }

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

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

background-color css

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

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

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

border-color css

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

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

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