Html Css Color HEX #502565 Scarlet Gum

📋 copy color: '#502565'

red 80 ◦ green 37 ◦ blue 101

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

Shades of Scarlet Gum #502565

Tints of Scarlet Gum #502565

RGB

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

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

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

R = 36.7%
G = 16.97%
B = 46.33%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#502565 (or 0x502565) is known color: Scarlet Gum. HEX triplet: 50, 25 and 65. RGB value is (80,37,101). Sum of RGB (Red+Green+Blue) = 80+37+101=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #502565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502565 is #AFDA9A. Grayscale: #383838. Windows color (decimal): -11524763 or 6628688. OLE color: 6628688.

HSL color Cylindrical-coordinate representation of color #502565: hue angle of 280.31º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #502565 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 37 101 -
CMYK 0.21 0.63 0 0.60
HSL 280.31º 0.46% 0.27% -
HSV(B) 280.31º 0.63% 0.4% -
XYZ 6.32 3.97 12.74 -
YUV 57.15 152.75 144.3 -
System Red Green Blue C M Y K H S L
Decimal 80 37 101 0.21 0.63 0 0.60 280.31 0.46 0.27
Hex 50 25 65 15 3F 0 3C 118 2E 1B
Octal 120 45 145 25 77 0 74 430 56 33
Binary 1010000 100101 1100101 10101 111111 0 111100 100011000 101110 11011

Color Harmonies of #502565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502565

Black with #502565

Text Example


Text Example

White with #502565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502565; }

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

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

background-color css

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

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

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

border-color css

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

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

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