Html Css Color HEX #502965 Scarlet Gum

📋 copy color: '#502965'

red 80 ◦ green 41 ◦ blue 101

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

Shades of Scarlet Gum #502965

Tints of Scarlet Gum #502965

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.47%

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

R = 36.04%
G = 18.47%
B = 45.5%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#502965 (or 0x502965) is known color: Scarlet Gum. HEX triplet: 50, 29 and 65. RGB value is (80,41,101). Sum of RGB (Red+Green+Blue) = 80+41+101=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 101 - color contains mainly: blue. Hex color #502965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502965 is #AFD69A. Grayscale: #3B3B3B. Windows color (decimal): -11523739 or 6629712. OLE color: 6629712.

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

Color convert

RGB 80 41 101 -
CMYK 0.21 0.59 0 0.60
HSL 279º 0.42% 0.28% -
HSV(B) 279º 0.59% 0.4% -
XYZ 6.45 4.23 12.79 -
YUV 59.5 151.42 142.62 -
System Red Green Blue C M Y K H S L
Decimal 80 41 101 0.21 0.59 0 0.60 279 0.42 0.28
Hex 50 29 65 15 3B 0 3C 117 2A 1C
Octal 120 51 145 25 73 0 74 427 52 34
Binary 1010000 101001 1100101 10101 111011 0 111100 100010111 101010 11100

Color Harmonies of #502965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502965

Black with #502965

Text Example


Text Example

White with #502965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502965; }

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

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

background-color css

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

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

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

border-color css

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

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

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