Html Css Color HEX #502072 Blue Diamond

📋 copy color: '#502072'

red 80 ◦ green 32 ◦ blue 114

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

Shades of Blue Diamond #502072

Tints of Blue Diamond #502072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.44%

R = 35.4%
G = 14.16%
B = 50.44%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#502072 (or 0x502072) is known color: Blue Diamond. HEX triplet: 50, 20 and 72. RGB value is (80,32,114). Sum of RGB (Red+Green+Blue) = 80+32+114=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #502072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502072 is #AFDF8D. Grayscale: #373737. Windows color (decimal): -11526030 or 7479376. OLE color: 7479376.

HSL color Cylindrical-coordinate representation of color #502072: hue angle of 275.12º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #502072 is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 32 114 -
CMYK 0.30 0.72 0 0.55
HSL 275.12º 0.56% 0.29% -
HSV(B) 275.12º 0.72% 0.45% -
XYZ 6.86 3.95 16.32 -
YUV 55.7 160.9 145.33 -
System Red Green Blue C M Y K H S L
Decimal 80 32 114 0.30 0.72 0 0.55 275.12 0.56 0.29
Hex 50 20 72 1E 48 0 37 113 38 1D
Octal 120 40 162 36 110 0 67 423 70 35
Binary 1010000 100000 1110010 11110 1001000 0 110111 100010011 111000 11101

Color Harmonies of #502072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502072

Black with #502072

Text Example


Text Example

White with #502072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502072; }

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

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

background-color css

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

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

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

border-color css

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

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

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