Html Css Color HEX #502999 Daisy Bush

📋 copy color: '#502999'

red 80 ◦ green 41 ◦ blue 153

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

Shades of Daisy Bush #502999

Tints of Daisy Bush #502999

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.96%

 BLUE value IS 153 (60.16% from 255) = 55.84%

R = 29.2%
G = 14.96%
B = 55.84%

CMYK

 C value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#502999 (or 0x502999) is known color: Daisy Bush. HEX triplet: 50, 29 and 99. RGB value is (80,41,153). Sum of RGB (Red+Green+Blue) = 80+41+153=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #502999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502999 is #AFD666. Grayscale: #414141. Windows color (decimal): -11523687 or 10037584. OLE color: 10037584.

HSL color Cylindrical-coordinate representation of color #502999: hue angle of 260.89º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502999 is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 41 153 -
CMYK 0.48 0.73 0 0.4
HSL 260.89º 0.58% 0.38% -
HSV(B) 260.89º 0.73% 0.6% -
XYZ 9.85 5.59 30.7 -
YUV 65.43 177.42 138.39 -
System Red Green Blue C M Y K H S L
Decimal 80 41 153 0.48 0.73 0 0.4 260.89 0.58 0.38
Hex 50 29 99 30 49 0 28 105 3A 26
Octal 120 51 231 60 111 0 50 405 72 46
Binary 1010000 101001 10011001 110000 1001001 0 101000 100000101 111010 100110

Color Harmonies of #502999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502999

Black with #502999

Text Example


Text Example

White with #502999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502999; }

 p { color: rgb(80,41,153); }

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

background-color css

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

 a { background-color: rgb(80,41,153); }

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

border-color css

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

 span { border-color: rgb(80,41,153); }

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