Html Css Color HEX #510C60 Scarlet Gum

📋 copy color: '#510C60'

red 81 ◦ green 12 ◦ blue 96

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

Shades of Scarlet Gum #510C60

Tints of Scarlet Gum #510C60

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.35%

 BLUE value IS 96 (37.89% from 255) = 50.79%

R = 42.86%
G = 6.35%
B = 50.79%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#510C60 (or 0x510C60) is known color: Scarlet Gum. HEX triplet: 51, 0C and 60. RGB value is (81,12,96). Sum of RGB (Red+Green+Blue) = 81+12+96=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #510C60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510C60 is #AEF39F. Grayscale: #292929. Windows color (decimal): -11465632 or 6294609. OLE color: 6294609.

HSL color Cylindrical-coordinate representation of color #510C60: hue angle of 289.29º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #510C60 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 12 96 -
CMYK 0.16 0.88 0 0.62
HSL 289.29º 0.78% 0.21% -
HSV(B) 289.29º 0.88% 0.38% -
XYZ 5.64 2.86 11.32 -
YUV 42.21 158.36 155.67 -
System Red Green Blue C M Y K H S L
Decimal 81 12 96 0.16 0.88 0 0.62 289.29 0.78 0.21
Hex 51 C 60 10 58 0 3E 121 4E 15
Octal 121 14 140 20 130 0 76 441 116 25
Binary 1010001 1100 1100000 10000 1011000 0 111110 100100001 1001110 10101

Color Harmonies of #510C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510C60

Black with #510C60

Text Example


Text Example

White with #510C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510C60; }

 p { color: rgb(81,12,96); }

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

background-color css

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

 a { background-color: rgb(81,12,96); }

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

border-color css

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

 span { border-color: rgb(81,12,96); }

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