Html Css Color HEX #510F66 Scarlet Gum

📋 copy color: '#510F66'

red 81 ◦ green 15 ◦ blue 102

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

Shades of Scarlet Gum #510F66

Tints of Scarlet Gum #510F66

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.58%

 BLUE value IS 102 (40.23% from 255) = 51.52%

R = 40.91%
G = 7.58%
B = 51.52%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#510F66 (or 0x510F66) is known color: Scarlet Gum. HEX triplet: 51, 0F and 66. RGB value is (81,15,102). Sum of RGB (Red+Green+Blue) = 81+15+102=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 15 (6.25% from 255 or 7.58% from 198); Blue value is 102 (40.23% from 255 or 51.52% from 198); Max value from RGB is 102 - color contains mainly: blue. Hex color #510F66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510F66 is #AEF099. Grayscale: #2C2C2C. Windows color (decimal): -11464858 or 6688593. OLE color: 6688593.

HSL color Cylindrical-coordinate representation of color #510F66: hue angle of 285.52º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #510F66 is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 81 15 102 -
CMYK 0.21 0.85 0 0.6
HSL 285.52º 0.74% 0.23% -
HSV(B) 285.52º 0.85% 0.4% -
XYZ 5.96 3.05 12.84 -
YUV 44.65 160.37 153.93 -
System Red Green Blue C M Y K H S L
Decimal 81 15 102 0.21 0.85 0 0.6 285.52 0.74 0.23
Hex 51 F 66 15 55 0 3C 11E 4A 17
Octal 121 17 146 25 125 0 74 436 112 27
Binary 1010001 1111 1100110 10101 1010101 0 111100 100011110 1001010 10111

Color Harmonies of #510F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510F66

Black with #510F66

Text Example


Text Example

White with #510F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,15,102); }

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

background-color css

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

 a { background-color: rgb(81,15,102); }

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

border-color css

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

 span { border-color: rgb(81,15,102); }

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