Html Css Color HEX #502077 Blue Diamond

📋 copy color: '#502077'

red 80 ◦ green 32 ◦ blue 119

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

Shades of Blue Diamond #502077

Tints of Blue Diamond #502077

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.85%

 BLUE value IS 119 (46.88% from 255) = 51.52%

R = 34.63%
G = 13.85%
B = 51.52%

CMYK

 C value IS 0.33

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#502077 (or 0x502077) is known color: Blue Diamond. HEX triplet: 50, 20 and 77. RGB value is (80,32,119). Sum of RGB (Red+Green+Blue) = 80+32+119=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #502077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502077 is #AFDF88. Grayscale: #373737. Windows color (decimal): -11526025 or 7807056. OLE color: 7807056.

HSL color Cylindrical-coordinate representation of color #502077: hue angle of 273.1º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502077 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 32 119 -
CMYK 0.33 0.73 0 0.53
HSL 273.1º 0.58% 0.3% -
HSV(B) 273.1º 0.73% 0.47% -
XYZ 7.15 4.07 17.86 -
YUV 56.27 163.4 144.93 -
System Red Green Blue C M Y K H S L
Decimal 80 32 119 0.33 0.73 0 0.53 273.1 0.58 0.3
Hex 50 20 77 21 49 0 35 111 3A 1E
Octal 120 40 167 41 111 0 65 421 72 36
Binary 1010000 100000 1110111 100001 1001001 0 110101 100010001 111010 11110

Color Harmonies of #502077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502077

Black with #502077

Text Example


Text Example

White with #502077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502077; }

 p { color: rgb(80,32,119); }

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

background-color css

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

 a { background-color: rgb(80,32,119); }

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

border-color css

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

 span { border-color: rgb(80,32,119); }

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