Html Css Color HEX #502172 Blue Diamond

📋 copy color: '#502172'

red 80 ◦ green 33 ◦ blue 114

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

Shades of Blue Diamond #502172

Tints of Blue Diamond #502172

RGB

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

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

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

R = 35.24%
G = 14.54%
B = 50.22%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#502172 (or 0x502172) is known color: Blue Diamond. HEX triplet: 50, 21 and 72. RGB value is (80,33,114). Sum of RGB (Red+Green+Blue) = 80+33+114=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #502172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502172 is #AFDE8D. Grayscale: #383838. Windows color (decimal): -11525774 or 7479632. OLE color: 7479632.

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

Color convert

RGB 80 33 114 -
CMYK 0.30 0.71 0 0.55
HSL 274.81º 0.55% 0.29% -
HSV(B) 274.81º 0.71% 0.45% -
XYZ 6.89 4.01 16.33 -
YUV 56.29 160.57 144.91 -
System Red Green Blue C M Y K H S L
Decimal 80 33 114 0.30 0.71 0 0.55 274.81 0.55 0.29
Hex 50 21 72 1E 47 0 37 113 37 1D
Octal 120 41 162 36 107 0 67 423 67 35
Binary 1010000 100001 1110010 11110 1000111 0 110111 100010011 110111 11101

Color Harmonies of #502172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502172

Black with #502172

Text Example


Text Example

White with #502172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502172; }

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

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

background-color css

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

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

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

border-color css

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

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

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