Html Css Color HEX #502D7C Blue Diamond

📋 copy color: '#502D7C'

red 80 ◦ green 45 ◦ blue 124

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

Shades of Blue Diamond #502D7C

Tints of Blue Diamond #502D7C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.07%

 BLUE value IS 124 (48.83% from 255) = 49.8%

R = 32.13%
G = 18.07%
B = 49.8%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#502D7C (or 0x502D7C) is known color: Blue Diamond. HEX triplet: 50, 2D and 7C. RGB value is (80,45,124). Sum of RGB (Red+Green+Blue) = 80+45+124=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #502D7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502D7C is #AFD283. Grayscale: #404040. Windows color (decimal): -11522692 or 8138064. OLE color: 8138064.

HSL color Cylindrical-coordinate representation of color #502D7C: hue angle of 266.58º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #502D7C is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 45 124 -
CMYK 0.35 0.64 0 0.51
HSL 266.58º 0.47% 0.33% -
HSV(B) 266.58º 0.64% 0.49% -
XYZ 7.88 5.04 19.63 -
YUV 64.47 161.6 139.08 -
System Red Green Blue C M Y K H S L
Decimal 80 45 124 0.35 0.64 0 0.51 266.58 0.47 0.33
Hex 50 2D 7C 23 40 0 33 10B 2F 21
Octal 120 55 174 43 100 0 63 413 57 41
Binary 1010000 101101 1111100 100011 1000000 0 110011 100001011 101111 100001

Color Harmonies of #502D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502D7C

Black with #502D7C

Text Example


Text Example

White with #502D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502D7C; }

 p { color: rgb(80,45,124); }

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

background-color css

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

 a { background-color: rgb(80,45,124); }

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

border-color css

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

 span { border-color: rgb(80,45,124); }

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