Html Css Color HEX #501C6C Blue Diamond

📋 copy color: '#501C6C'

red 80 ◦ green 28 ◦ blue 108

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

Shades of Blue Diamond #501C6C

Tints of Blue Diamond #501C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 50%

R = 37.04%
G = 12.96%
B = 50%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#501C6C (or 0x501C6C) is known color: Blue Diamond. HEX triplet: 50, 1C and 6C. RGB value is (80,28,108). Sum of RGB (Red+Green+Blue) = 80+28+108=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #501C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501C6C is #AFE393. Grayscale: #343434. Windows color (decimal): -11527060 or 7085136. OLE color: 7085136.

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

Color convert

RGB 80 28 108 -
CMYK 0.26 0.74 0 0.58
HSL 279º 0.59% 0.27% -
HSV(B) 279º 0.74% 0.42% -
XYZ 6.43 3.62 14.55 -
YUV 52.67 159.23 147.5 -
System Red Green Blue C M Y K H S L
Decimal 80 28 108 0.26 0.74 0 0.58 279 0.59 0.27
Hex 50 1C 6C 1A 4A 0 3A 117 3B 1B
Octal 120 34 154 32 112 0 72 427 73 33
Binary 1010000 11100 1101100 11010 1001010 0 111010 100010111 111011 11011

Color Harmonies of #501C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501C6C

Black with #501C6C

Text Example


Text Example

White with #501C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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