Html Css Color HEX #502997 Daisy Bush

📋 copy color: '#502997'

red 80 ◦ green 41 ◦ blue 151

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

Shades of Daisy Bush #502997

Tints of Daisy Bush #502997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 55.51%

R = 29.41%
G = 15.07%
B = 55.51%

CMYK

 C value IS 0.47

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#502997 (or 0x502997) is known color: Daisy Bush. HEX triplet: 50, 29 and 97. RGB value is (80,41,151). Sum of RGB (Red+Green+Blue) = 80+41+151=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #502997 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502997 is #AFD668. Grayscale: #404040. Windows color (decimal): -11523689 or 9906512. OLE color: 9906512.

HSL color Cylindrical-coordinate representation of color #502997: hue angle of 261.27º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502997 is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 41 151 -
CMYK 0.47 0.73 0 0.41
HSL 261.27º 0.57% 0.38% -
HSV(B) 261.27º 0.73% 0.59% -
XYZ 9.69 5.53 29.83 -
YUV 65.2 176.42 138.56 -
System Red Green Blue C M Y K H S L
Decimal 80 41 151 0.47 0.73 0 0.41 261.27 0.57 0.38
Hex 50 29 97 2F 49 0 29 105 39 26
Octal 120 51 227 57 111 0 51 405 71 46
Binary 1010000 101001 10010111 101111 1001001 0 101001 100000101 111001 100110

Color Harmonies of #502997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502997

Black with #502997

Text Example


Text Example

White with #502997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502997; }

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

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

background-color css

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

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

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

border-color css

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

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

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