Html Css Color HEX #512568 Scarlet Gum

📋 copy color: '#512568'

red 81 ◦ green 37 ◦ blue 104

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

Shades of Scarlet Gum #512568

Tints of Scarlet Gum #512568

RGB

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

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

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

R = 36.49%
G = 16.67%
B = 46.85%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#512568 (or 0x512568) is known color: Scarlet Gum. HEX triplet: 51, 25 and 68. RGB value is (81,37,104). Sum of RGB (Red+Green+Blue) = 81+37+104=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 104 - color contains mainly: blue. Hex color #512568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512568 is #AEDA97. Grayscale: #393939. Windows color (decimal): -11459224 or 6825297. OLE color: 6825297.

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

Color convert

RGB 81 37 104 -
CMYK 0.22 0.64 0 0.59
HSL 279.4º 0.48% 0.28% -
HSV(B) 279.4º 0.64% 0.41% -
XYZ 6.55 4.07 13.54 -
YUV 57.79 154.08 144.55 -
System Red Green Blue C M Y K H S L
Decimal 81 37 104 0.22 0.64 0 0.59 279.4 0.48 0.28
Hex 51 25 68 16 40 0 3B 117 30 1C
Octal 121 45 150 26 100 0 73 427 60 34
Binary 1010001 100101 1101000 10110 1000000 0 111011 100010111 110000 11100

Color Harmonies of #512568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512568

Black with #512568

Text Example


Text Example

White with #512568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512568; }

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

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

background-color css

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

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

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

border-color css

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

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

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