Html Css Color HEX #502179 Blue Diamond

📋 copy color: '#502179'

red 80 ◦ green 33 ◦ blue 121

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

Shades of Blue Diamond #502179

Tints of Blue Diamond #502179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 51.71%

R = 34.19%
G = 14.1%
B = 51.71%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#502179 (or 0x502179) is known color: Blue Diamond. HEX triplet: 50, 21 and 79. RGB value is (80,33,121). Sum of RGB (Red+Green+Blue) = 80+33+121=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 121 (47.66% from 255 or 51.71% from 234); Max value from RGB is 121 - color contains mainly: blue. Hex color #502179 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502179 is #AFDE86. Grayscale: #383838. Windows color (decimal): -11525767 or 7938384. OLE color: 7938384.

HSL color Cylindrical-coordinate representation of color #502179: hue angle of 272.05º degrees, saturation: 0.57, 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 #502179 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 33 121 -
CMYK 0.34 0.73 0 0.53
HSL 272.05º 0.57% 0.3% -
HSV(B) 272.05º 0.73% 0.47% -
XYZ 7.3 4.17 18.51 -
YUV 57.09 164.07 144.34 -
System Red Green Blue C M Y K H S L
Decimal 80 33 121 0.34 0.73 0 0.53 272.05 0.57 0.3
Hex 50 21 79 22 49 0 35 110 39 1E
Octal 120 41 171 42 111 0 65 420 71 36
Binary 1010000 100001 1111001 100010 1001001 0 110101 100010000 111001 11110

Color Harmonies of #502179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502179

Black with #502179

Text Example


Text Example

White with #502179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502179; }

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

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

background-color css

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

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

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

border-color css

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

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

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