Html Css Color HEX #501F6C Blue Diamond

📋 copy color: '#501F6C'

red 80 ◦ green 31 ◦ blue 108

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

Shades of Blue Diamond #501F6C

Tints of Blue Diamond #501F6C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.16%

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

R = 36.53%
G = 14.16%
B = 49.32%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#501F6C (or 0x501F6C) is known color: Blue Diamond. HEX triplet: 50, 1F and 6C. RGB value is (80,31,108). Sum of RGB (Red+Green+Blue) = 80+31+108=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #501F6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501F6C is #AFE093. Grayscale: #363636. Windows color (decimal): -11526292 or 7085904. OLE color: 7085904.

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

Color convert

RGB 80 31 108 -
CMYK 0.26 0.71 0 0.58
HSL 278.18º 0.55% 0.27% -
HSV(B) 278.18º 0.71% 0.42% -
XYZ 6.51 3.77 14.57 -
YUV 54.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 80 31 108 0.26 0.71 0 0.58 278.18 0.55 0.27
Hex 50 1F 6C 1A 47 0 3A 116 37 1B
Octal 120 37 154 32 107 0 72 426 67 33
Binary 1010000 11111 1101100 11010 1000111 0 111010 100010110 110111 11011

Color Harmonies of #501F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501F6C

Black with #501F6C

Text Example


Text Example

White with #501F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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