Html Css Color HEX #501C6D Blue Diamond

📋 copy color: '#501C6D'

red 80 ◦ green 28 ◦ blue 109

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

Shades of Blue Diamond #501C6D

Tints of Blue Diamond #501C6D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.9%

 BLUE value IS 109 (42.97% from 255) = 50.23%

R = 36.87%
G = 12.9%
B = 50.23%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#501C6D (or 0x501C6D) is known color: Blue Diamond. HEX triplet: 50, 1C and 6D. RGB value is (80,28,109). Sum of RGB (Red+Green+Blue) = 80+28+109=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #501C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501C6D is #AFE392. Grayscale: #343434. Windows color (decimal): -11527059 or 7150672. OLE color: 7150672.

HSL color Cylindrical-coordinate representation of color #501C6D: hue angle of 278.52º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #501C6D is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 28 109 -
CMYK 0.27 0.74 0 0.57
HSL 278.52º 0.59% 0.27% -
HSV(B) 278.52º 0.74% 0.43% -
XYZ 6.48 3.64 14.83 -
YUV 52.78 159.73 147.41 -
System Red Green Blue C M Y K H S L
Decimal 80 28 109 0.27 0.74 0 0.57 278.52 0.59 0.27
Hex 50 1C 6D 1B 4A 0 39 117 3B 1B
Octal 120 34 155 33 112 0 71 427 73 33
Binary 1010000 11100 1101101 11011 1001010 0 111001 100010111 111011 11011

Color Harmonies of #501C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501C6D

Black with #501C6D

Text Example


Text Example

White with #501C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501C6D; }

 p { color: rgb(80,28,109); }

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

background-color css

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

 a { background-color: rgb(80,28,109); }

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

border-color css

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

 span { border-color: rgb(80,28,109); }

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