Html Css Color HEX #50255D Scarlet Gum

📋 copy color: '#50255D'

red 80 ◦ green 37 ◦ blue 93

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

Shades of Scarlet Gum #50255D

Tints of Scarlet Gum #50255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.62%

 BLUE value IS 93 (36.72% from 255) = 44.29%

R = 38.1%
G = 17.62%
B = 44.29%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50255D (or 0x50255D) is known color: Scarlet Gum. HEX triplet: 50, 25 and 5D. RGB value is (80,37,93). Sum of RGB (Red+Green+Blue) = 80+37+93=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 93 - color contains mainly: blue. Hex color #50255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50255D is #AFDAA2. Grayscale: #383838. Windows color (decimal): -11524771 or 6104400. OLE color: 6104400.

HSL color Cylindrical-coordinate representation of color #50255D: hue angle of 286.07º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50255D is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 37 93 -
CMYK 0.14 0.60 0 0.64
HSL 286.07º 0.43% 0.25% -
HSV(B) 286.07º 0.6% 0.36% -
XYZ 5.95 3.82 10.78 -
YUV 56.24 148.75 144.95 -
System Red Green Blue C M Y K H S L
Decimal 80 37 93 0.14 0.60 0 0.64 286.07 0.43 0.25
Hex 50 25 5D E 3C 0 40 11E 2B 19
Octal 120 45 135 16 74 0 100 436 53 31
Binary 1010000 100101 1011101 1110 111100 0 1000000 100011110 101011 11001

Color Harmonies of #50255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50255D

Black with #50255D

Text Example


Text Example

White with #50255D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50255D; }

 p { color: rgb(80,37,93); }

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

background-color css

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

 a { background-color: rgb(80,37,93); }

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

border-color css

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

 span { border-color: rgb(80,37,93); }

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