Html Css Color HEX #503190 Daisy Bush

📋 copy color: '#503190'

red 80 ◦ green 49 ◦ blue 144

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

Shades of Daisy Bush #503190

Tints of Daisy Bush #503190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 52.75%

R = 29.3%
G = 17.95%
B = 52.75%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#503190 (or 0x503190) is known color: Daisy Bush. HEX triplet: 50, 31 and 90. RGB value is (80,49,144). Sum of RGB (Red+Green+Blue) = 80+49+144=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #503190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503190 is #AFCE6F. Grayscale: #444444. Windows color (decimal): -11521648 or 9449808. OLE color: 9449808.

HSL color Cylindrical-coordinate representation of color #503190: hue angle of 259.58º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #503190 is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 49 144 -
CMYK 0.44 0.66 0 0.44
HSL 259.58º 0.49% 0.38% -
HSV(B) 259.58º 0.66% 0.56% -
XYZ 9.44 5.92 27.03 -
YUV 69.1 170.27 135.78 -
System Red Green Blue C M Y K H S L
Decimal 80 49 144 0.44 0.66 0 0.44 259.58 0.49 0.38
Hex 50 31 90 2C 42 0 2C 104 31 26
Octal 120 61 220 54 102 0 54 404 61 46
Binary 1010000 110001 10010000 101100 1000010 0 101100 100000100 110001 100110

Color Harmonies of #503190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503190

Black with #503190

Text Example


Text Example

White with #503190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503190; }

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

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

background-color css

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

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

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

border-color css

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

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

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