Html Css Color HEX #512468 Scarlet Gum

📋 copy color: '#512468'

red 81 ◦ green 36 ◦ blue 104

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

Shades of Scarlet Gum #512468

Tints of Scarlet Gum #512468

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.29%

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

R = 36.65%
G = 16.29%
B = 47.06%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#512468 (or 0x512468) is known color: Scarlet Gum. HEX triplet: 51, 24 and 68. RGB value is (81,36,104). Sum of RGB (Red+Green+Blue) = 81+36+104=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #512468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512468 is #AEDB97. Grayscale: #383838. Windows color (decimal): -11459480 or 6825041. OLE color: 6825041.

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

Color convert

RGB 81 36 104 -
CMYK 0.22 0.65 0 0.59
HSL 279.71º 0.49% 0.27% -
HSV(B) 279.71º 0.65% 0.41% -
XYZ 6.52 4.01 13.53 -
YUV 57.21 154.41 144.97 -
System Red Green Blue C M Y K H S L
Decimal 81 36 104 0.22 0.65 0 0.59 279.71 0.49 0.27
Hex 51 24 68 16 41 0 3B 118 31 1B
Octal 121 44 150 26 101 0 73 430 61 33
Binary 1010001 100100 1101000 10110 1000001 0 111011 100011000 110001 11011

Color Harmonies of #512468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512468

Black with #512468

Text Example


Text Example

White with #512468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512468; }

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

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

background-color css

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

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

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

border-color css

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

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

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