Html Css Color HEX #502174 Blue Diamond

📋 copy color: '#502174'

red 80 ◦ green 33 ◦ blue 116

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

Shades of Blue Diamond #502174

Tints of Blue Diamond #502174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 50.66%

R = 34.93%
G = 14.41%
B = 50.66%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#502174 (or 0x502174) is known color: Blue Diamond. HEX triplet: 50, 21 and 74. RGB value is (80,33,116). Sum of RGB (Red+Green+Blue) = 80+33+116=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 116 (45.70% from 255 or 50.66% from 229); Max value from RGB is 116 - color contains mainly: blue. Hex color #502174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502174 is #AFDE8B. Grayscale: #383838. Windows color (decimal): -11525772 or 7610704. OLE color: 7610704.

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

Color convert

RGB 80 33 116 -
CMYK 0.31 0.72 0 0.55
HSL 273.98º 0.56% 0.29% -
HSV(B) 273.98º 0.72% 0.45% -
XYZ 7 4.05 16.94 -
YUV 56.52 161.57 144.75 -
System Red Green Blue C M Y K H S L
Decimal 80 33 116 0.31 0.72 0 0.55 273.98 0.56 0.29
Hex 50 21 74 1F 48 0 37 112 38 1D
Octal 120 41 164 37 110 0 67 422 70 35
Binary 1010000 100001 1110100 11111 1001000 0 110111 100010010 111000 11101

Color Harmonies of #502174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502174

Black with #502174

Text Example


Text Example

White with #502174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502174; }

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

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

background-color css

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

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

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

border-color css

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

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

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