Html Css Color HEX #50318C Daisy Bush

📋 copy color: '#50318C'

red 80 ◦ green 49 ◦ blue 140

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

Shades of Daisy Bush #50318C

Tints of Daisy Bush #50318C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.22%

 BLUE value IS 140 (55.08% from 255) = 52.04%

R = 29.74%
G = 18.22%
B = 52.04%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50318C (or 0x50318C) is known color: Daisy Bush. HEX triplet: 50, 31 and 8C. RGB value is (80,49,140). Sum of RGB (Red+Green+Blue) = 80+49+140=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 140 (55.08% from 255 or 52.04% from 269); Max value from RGB is 140 - color contains mainly: blue. Hex color #50318C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50318C is #AFCE73. Grayscale: #444444. Windows color (decimal): -11521652 or 9187664. OLE color: 9187664.

HSL color Cylindrical-coordinate representation of color #50318C: hue angle of 260.44º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50318C is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 49 140 -
CMYK 0.43 0.65 0 0.45
HSL 260.44º 0.48% 0.37% -
HSV(B) 260.44º 0.65% 0.55% -
XYZ 9.14 5.8 25.45 -
YUV 68.64 168.27 136.1 -
System Red Green Blue C M Y K H S L
Decimal 80 49 140 0.43 0.65 0 0.45 260.44 0.48 0.37
Hex 50 31 8C 2B 41 0 2D 104 30 25
Octal 120 61 214 53 101 0 55 404 60 45
Binary 1010000 110001 10001100 101011 1000001 0 101101 100000100 110000 100101

Color Harmonies of #50318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50318C

Black with #50318C

Text Example


Text Example

White with #50318C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50318C; }

 p { color: rgb(80,49,140); }

 H1.HeaderClassName
 {
   color: #50318C;
 }
 .AnyTagClassName
 {
   color: #50318C;
 }
</style>

background-color css

<style>
 a { background-color: #50318C; }

 a { background-color: rgb(80,49,140); }

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

border-color css

<style>
 span { border-color: #50318C; }

 span { border-color: rgb(80,49,140); }

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