Html Css Color HEX #502178 Blue Diamond

📋 copy color: '#502178'

red 80 ◦ green 33 ◦ blue 120

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

Shades of Blue Diamond #502178

Tints of Blue Diamond #502178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 51.5%

R = 34.33%
G = 14.16%
B = 51.5%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#502178 (or 0x502178) is known color: Blue Diamond. HEX triplet: 50, 21 and 78. RGB value is (80,33,120). Sum of RGB (Red+Green+Blue) = 80+33+120=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #502178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502178 is #AFDE87. Grayscale: #383838. Windows color (decimal): -11525768 or 7872848. OLE color: 7872848.

HSL color Cylindrical-coordinate representation of color #502178: hue angle of 272.41º 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 #502178 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 33 120 -
CMYK 0.33 0.72 0 0.53
HSL 272.41º 0.57% 0.3% -
HSV(B) 272.41º 0.73% 0.47% -
XYZ 7.24 4.15 18.19 -
YUV 56.97 163.57 144.43 -
System Red Green Blue C M Y K H S L
Decimal 80 33 120 0.33 0.72 0 0.53 272.41 0.57 0.3
Hex 50 21 78 21 48 0 35 110 39 1E
Octal 120 41 170 41 110 0 65 420 71 36
Binary 1010000 100001 1111000 100001 1001000 0 110101 100010000 111001 11110

Color Harmonies of #502178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502178

Black with #502178

Text Example


Text Example

White with #502178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502178; }

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

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

background-color css

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

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

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

border-color css

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

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

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