Html Css Color HEX #502C7B Blue Diamond

📋 copy color: '#502C7B'

red 80 ◦ green 44 ◦ blue 123

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

Shades of Blue Diamond #502C7B

Tints of Blue Diamond #502C7B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.81%

 BLUE value IS 123 (48.44% from 255) = 49.8%

R = 32.39%
G = 17.81%
B = 49.8%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#502C7B (or 0x502C7B) is known color: Blue Diamond. HEX triplet: 50, 2C and 7B. RGB value is (80,44,123). Sum of RGB (Red+Green+Blue) = 80+44+123=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #502C7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502C7B is #AFD384. Grayscale: #3F3F3F. Windows color (decimal): -11522949 or 8072272. OLE color: 8072272.

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

Color convert

RGB 80 44 123 -
CMYK 0.35 0.64 0 0.52
HSL 267.34º 0.47% 0.33% -
HSV(B) 267.34º 0.64% 0.48% -
XYZ 7.78 4.94 19.28 -
YUV 63.77 161.43 139.58 -
System Red Green Blue C M Y K H S L
Decimal 80 44 123 0.35 0.64 0 0.52 267.34 0.47 0.33
Hex 50 2C 7B 23 40 0 34 10B 2F 21
Octal 120 54 173 43 100 0 64 413 57 41
Binary 1010000 101100 1111011 100011 1000000 0 110100 100001011 101111 100001

Color Harmonies of #502C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502C7B

Black with #502C7B

Text Example


Text Example

White with #502C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,44,123); }

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

background-color css

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

 a { background-color: rgb(80,44,123); }

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

border-color css

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

 span { border-color: rgb(80,44,123); }

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