Html Css Color HEX #502566 Scarlet Gum

📋 copy color: '#502566'

red 80 ◦ green 37 ◦ blue 102

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

Shades of Scarlet Gum #502566

Tints of Scarlet Gum #502566

RGB

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

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

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

R = 36.53%
G = 16.89%
B = 46.58%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#502566 (or 0x502566) is known color: Scarlet Gum. HEX triplet: 50, 25 and 66. RGB value is (80,37,102). Sum of RGB (Red+Green+Blue) = 80+37+102=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 102 - color contains mainly: blue. Hex color #502566 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502566 is #AFDA99. Grayscale: #393939. Windows color (decimal): -11524762 or 6694224. OLE color: 6694224.

HSL color Cylindrical-coordinate representation of color #502566: hue angle of 279.69º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #502566 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 80 37 102 -
CMYK 0.22 0.64 0 0.6
HSL 279.69º 0.47% 0.27% -
HSV(B) 279.69º 0.64% 0.4% -
XYZ 6.37 3.99 13 -
YUV 57.27 153.25 144.21 -
System Red Green Blue C M Y K H S L
Decimal 80 37 102 0.22 0.64 0 0.6 279.69 0.47 0.27
Hex 50 25 66 16 40 0 3C 118 2F 1B
Octal 120 45 146 26 100 0 74 430 57 33
Binary 1010000 100101 1100110 10110 1000000 0 111100 100011000 101111 11011

Color Harmonies of #502566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502566

Black with #502566

Text Example


Text Example

White with #502566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502566; }

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

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

background-color css

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

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

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

border-color css

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

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

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