Html Css Color HEX #502164 Scarlet Gum

📋 copy color: '#502164'

red 80 ◦ green 33 ◦ blue 100

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

Shades of Scarlet Gum #502164

Tints of Scarlet Gum #502164

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.49%

 BLUE value IS 100 (39.45% from 255) = 46.95%

R = 37.56%
G = 15.49%
B = 46.95%

CMYK

 C value IS 0.2

 M value IS 0.67

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#502164 (or 0x502164) is known color: Scarlet Gum. HEX triplet: 50, 21 and 64. RGB value is (80,33,100). Sum of RGB (Red+Green+Blue) = 80+33+100=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 100 (39.45% from 255 or 46.95% from 213); Max value from RGB is 100 - color contains mainly: blue. Hex color #502164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502164 is #AFDE9B. Grayscale: #363636. Windows color (decimal): -11525788 or 6562128. OLE color: 6562128.

HSL color Cylindrical-coordinate representation of color #502164: hue angle of 282.09º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #502164 is Cyan = 0.2, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 33 100 -
CMYK 0.2 0.67 0 0.61
HSL 282.09º 0.5% 0.26% -
HSV(B) 282.09º 0.67% 0.39% -
XYZ 6.15 3.71 12.45 -
YUV 54.69 153.57 146.05 -
System Red Green Blue C M Y K H S L
Decimal 80 33 100 0.2 0.67 0 0.61 282.09 0.5 0.26
Hex 50 21 64 14 43 0 3D 11A 32 1A
Octal 120 41 144 24 103 0 75 432 62 32
Binary 1010000 100001 1100100 10100 1000011 0 111101 100011010 110010 11010

Color Harmonies of #502164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502164

Black with #502164

Text Example


Text Example

White with #502164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502164; }

 p { color: rgb(80,33,100); }

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

background-color css

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

 a { background-color: rgb(80,33,100); }

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

border-color css

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

 span { border-color: rgb(80,33,100); }

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