Html Css Color HEX #501A68 Scarlet Gum

📋 copy color: '#501A68'

red 80 ◦ green 26 ◦ blue 104

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

Shades of Scarlet Gum #501A68

Tints of Scarlet Gum #501A68

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.38%

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

R = 38.1%
G = 12.38%
B = 49.52%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#501A68 (or 0x501A68) is known color: Scarlet Gum. HEX triplet: 50, 1A and 68. RGB value is (80,26,104). Sum of RGB (Red+Green+Blue) = 80+26+104=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #501A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501A68 is #AFE597. Grayscale: #323232. Windows color (decimal): -11527576 or 6822480. OLE color: 6822480.

HSL color Cylindrical-coordinate representation of color #501A68: hue angle of 281.54º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #501A68 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 26 104 -
CMYK 0.23 0.75 0 0.59
HSL 281.54º 0.6% 0.25% -
HSV(B) 281.54º 0.75% 0.41% -
XYZ 6.18 3.44 13.44 -
YUV 51.04 157.89 148.66 -
System Red Green Blue C M Y K H S L
Decimal 80 26 104 0.23 0.75 0 0.59 281.54 0.6 0.25
Hex 50 1A 68 17 4B 0 3B 11A 3C 19
Octal 120 32 150 27 113 0 73 432 74 31
Binary 1010000 11010 1101000 10111 1001011 0 111011 100011010 111100 11001

Color Harmonies of #501A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501A68

Black with #501A68

Text Example


Text Example

White with #501A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501A68; }

 p { color: rgb(80,26,104); }

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

background-color css

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

 a { background-color: rgb(80,26,104); }

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

border-color css

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

 span { border-color: rgb(80,26,104); }

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