Html Css Color HEX #502078 Blue Diamond

📋 copy color: '#502078'

red 80 ◦ green 32 ◦ blue 120

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

Shades of Blue Diamond #502078

Tints of Blue Diamond #502078

RGB

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

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

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

R = 34.48%
G = 13.79%
B = 51.72%

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

#502078 (or 0x502078) is known color: Blue Diamond. HEX triplet: 50, 20 and 78. RGB value is (80,32,120). Sum of RGB (Red+Green+Blue) = 80+32+120=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #502078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502078 is #AFDF87. Grayscale: #383838. Windows color (decimal): -11526024 or 7872592. OLE color: 7872592.

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

Color convert

RGB 80 32 120 -
CMYK 0.33 0.73 0 0.53
HSL 272.73º 0.58% 0.3% -
HSV(B) 272.73º 0.73% 0.47% -
XYZ 7.21 4.09 18.18 -
YUV 56.38 163.9 144.84 -
System Red Green Blue C M Y K H S L
Decimal 80 32 120 0.33 0.73 0 0.53 272.73 0.58 0.3
Hex 50 20 78 21 49 0 35 111 3A 1E
Octal 120 40 170 41 111 0 65 421 72 36
Binary 1010000 100000 1111000 100001 1001001 0 110101 100010001 111010 11110

Color Harmonies of #502078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502078

Black with #502078

Text Example


Text Example

White with #502078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502078; }

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

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

background-color css

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

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

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

border-color css

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

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

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