Html Css Color HEX #502569 Scarlet Gum

📋 copy color: '#502569'

red 80 ◦ green 37 ◦ blue 105

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

Shades of Scarlet Gum #502569

Tints of Scarlet Gum #502569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 47.3%

R = 36.04%
G = 16.67%
B = 47.3%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#502569 (or 0x502569) is known color: Scarlet Gum. HEX triplet: 50, 25 and 69. RGB value is (80,37,105). Sum of RGB (Red+Green+Blue) = 80+37+105=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #502569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502569 is #AFDA96. Grayscale: #393939. Windows color (decimal): -11524759 or 6890832. OLE color: 6890832.

HSL color Cylindrical-coordinate representation of color #502569: hue angle of 277.94º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #502569 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 37 105 -
CMYK 0.24 0.65 0 0.59
HSL 277.94º 0.48% 0.28% -
HSV(B) 277.94º 0.65% 0.41% -
XYZ 6.52 4.05 13.8 -
YUV 57.61 154.75 143.97 -
System Red Green Blue C M Y K H S L
Decimal 80 37 105 0.24 0.65 0 0.59 277.94 0.48 0.28
Hex 50 25 69 18 41 0 3B 116 30 1C
Octal 120 45 151 30 101 0 73 426 60 34
Binary 1010000 100101 1101001 11000 1000001 0 111011 100010110 110000 11100

Color Harmonies of #502569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502569

Black with #502569

Text Example


Text Example

White with #502569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502569; }

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

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

background-color css

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

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

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

border-color css

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

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

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