Html Css Color HEX #501465 Scarlet Gum

📋 copy color: '#501465'

red 80 ◦ green 20 ◦ blue 101

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

Shades of Scarlet Gum #501465

Tints of Scarlet Gum #501465

RGB

 RED value IS 80 (31.64% from 255) = 39.8%

 GREEN value IS 20 (8.2% from 255) = 9.95%

 BLUE value IS 101 (39.84% from 255) = 50.25%

R = 39.8%
G = 9.95%
B = 50.25%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#501465 (or 0x501465) is known color: Scarlet Gum. HEX triplet: 50, 14 and 65. RGB value is (80,20,101). Sum of RGB (Red+Green+Blue) = 80+20+101=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #501465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501465 is #AFEB9A. Grayscale: #2E2E2E. Windows color (decimal): -11529115 or 6624336. OLE color: 6624336.

HSL color Cylindrical-coordinate representation of color #501465: hue angle of 284.44º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501465 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 20 101 -
CMYK 0.21 0.80 0 0.60
HSL 284.44º 0.67% 0.24% -
HSV(B) 284.44º 0.8% 0.4% -
XYZ 5.91 3.15 12.61 -
YUV 47.17 158.38 151.41 -
System Red Green Blue C M Y K H S L
Decimal 80 20 101 0.21 0.80 0 0.60 284.44 0.67 0.24
Hex 50 14 65 15 50 0 3C 11C 43 18
Octal 120 24 145 25 120 0 74 434 103 30
Binary 1010000 10100 1100101 10101 1010000 0 111100 100011100 1000011 11000

Color Harmonies of #501465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501465

Black with #501465

Text Example


Text Example

White with #501465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501465; }

 p { color: rgb(80,20,101); }

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

background-color css

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

 a { background-color: rgb(80,20,101); }

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

border-color css

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

 span { border-color: rgb(80,20,101); }

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