Html Css Color HEX #502265 Scarlet Gum

📋 copy color: '#502265'

red 80 ◦ green 34 ◦ blue 101

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

Shades of Scarlet Gum #502265

Tints of Scarlet Gum #502265

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.81%

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

R = 37.21%
G = 15.81%
B = 46.98%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#502265 (or 0x502265) is known color: Scarlet Gum. HEX triplet: 50, 22 and 65. RGB value is (80,34,101). Sum of RGB (Red+Green+Blue) = 80+34+101=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 101 - color contains mainly: blue. Hex color #502265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502265 is #AFDD9A. Grayscale: #373737. Windows color (decimal): -11525531 or 6627920. OLE color: 6627920.

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

Color convert

RGB 80 34 101 -
CMYK 0.21 0.66 0 0.60
HSL 281.19º 0.5% 0.26% -
HSV(B) 281.19º 0.66% 0.4% -
XYZ 6.23 3.79 12.71 -
YUV 55.39 153.74 145.55 -
System Red Green Blue C M Y K H S L
Decimal 80 34 101 0.21 0.66 0 0.60 281.19 0.5 0.26
Hex 50 22 65 15 42 0 3C 119 32 1A
Octal 120 42 145 25 102 0 74 431 62 32
Binary 1010000 100010 1100101 10101 1000010 0 111100 100011001 110010 11010

Color Harmonies of #502265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502265

Black with #502265

Text Example


Text Example

White with #502265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502265; }

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

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

background-color css

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

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

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

border-color css

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

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

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