Html Css Color HEX #502799 Daisy Bush

📋 copy color: '#502799'

red 80 ◦ green 39 ◦ blue 153

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

Shades of Daisy Bush #502799

Tints of Daisy Bush #502799

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.34%

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

R = 29.41%
G = 14.34%
B = 56.25%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#502799 (or 0x502799) is known color: Daisy Bush. HEX triplet: 50, 27 and 99. RGB value is (80,39,153). Sum of RGB (Red+Green+Blue) = 80+39+153=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #502799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502799 is #AFD866. Grayscale: #3F3F3F. Windows color (decimal): -11524199 or 10037072. OLE color: 10037072.

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

Color convert

RGB 80 39 153 -
CMYK 0.48 0.75 0 0.4
HSL 261.58º 0.59% 0.38% -
HSV(B) 261.58º 0.75% 0.6% -
XYZ 9.78 5.46 30.67 -
YUV 64.26 178.08 139.23 -
System Red Green Blue C M Y K H S L
Decimal 80 39 153 0.48 0.75 0 0.4 261.58 0.59 0.38
Hex 50 27 99 30 4B 0 28 106 3B 26
Octal 120 47 231 60 113 0 50 406 73 46
Binary 1010000 100111 10011001 110000 1001011 0 101000 100000110 111011 100110

Color Harmonies of #502799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502799

Black with #502799

Text Example


Text Example

White with #502799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502799; }

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

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

background-color css

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

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

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

border-color css

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

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

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