Html Css Color HEX #502369 Scarlet Gum

📋 copy color: '#502369'

red 80 ◦ green 35 ◦ blue 105

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

Shades of Scarlet Gum #502369

Tints of Scarlet Gum #502369

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.91%

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

R = 36.36%
G = 15.91%
B = 47.73%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#502369 (or 0x502369) is known color: Scarlet Gum. HEX triplet: 50, 23 and 69. RGB value is (80,35,105). Sum of RGB (Red+Green+Blue) = 80+35+105=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #502369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502369 is #AFDC96. Grayscale: #383838. Windows color (decimal): -11525271 or 6890320. OLE color: 6890320.

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

Color convert

RGB 80 35 105 -
CMYK 0.24 0.67 0 0.59
HSL 278.57º 0.5% 0.27% -
HSV(B) 278.57º 0.67% 0.41% -
XYZ 6.46 3.93 13.78 -
YUV 56.44 155.41 144.81 -
System Red Green Blue C M Y K H S L
Decimal 80 35 105 0.24 0.67 0 0.59 278.57 0.5 0.27
Hex 50 23 69 18 43 0 3B 117 32 1B
Octal 120 43 151 30 103 0 73 427 62 33
Binary 1010000 100011 1101001 11000 1000011 0 111011 100010111 110010 11011

Color Harmonies of #502369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502369

Black with #502369

Text Example


Text Example

White with #502369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502369; }

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

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

background-color css

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

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

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

border-color css

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

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

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