Html Css Color HEX #502465 Scarlet Gum

📋 copy color: '#502465'

red 80 ◦ green 36 ◦ blue 101

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

Shades of Scarlet Gum #502465

Tints of Scarlet Gum #502465

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.59%

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

R = 36.87%
G = 16.59%
B = 46.54%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#502465 (or 0x502465) is known color: Scarlet Gum. HEX triplet: 50, 24 and 65. RGB value is (80,36,101). Sum of RGB (Red+Green+Blue) = 80+36+101=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 101 - color contains mainly: blue. Hex color #502465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502465 is #AFDB9A. Grayscale: #383838. Windows color (decimal): -11525019 or 6628432. OLE color: 6628432.

HSL color Cylindrical-coordinate representation of color #502465: hue angle of 280.62º 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 #502465 is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 36 101 -
CMYK 0.21 0.64 0 0.60
HSL 280.62º 0.47% 0.27% -
HSV(B) 280.62º 0.64% 0.4% -
XYZ 6.29 3.91 12.73 -
YUV 56.57 153.08 144.71 -
System Red Green Blue C M Y K H S L
Decimal 80 36 101 0.21 0.64 0 0.60 280.62 0.47 0.27
Hex 50 24 65 15 40 0 3C 119 2F 1B
Octal 120 44 145 25 100 0 74 431 57 33
Binary 1010000 100100 1100101 10101 1000000 0 111100 100011001 101111 11011

Color Harmonies of #502465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502465

Black with #502465

Text Example


Text Example

White with #502465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502465; }

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

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

background-color css

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

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

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

border-color css

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

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

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