Html Css Color HEX #511C9F Daisy Bush

📋 copy color: '#511C9F'

red 81 ◦ green 28 ◦ blue 159

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

Shades of Daisy Bush #511C9F

Tints of Daisy Bush #511C9F

RGB

 RED value IS 81 (32.03% from 255) = 30.22%

 GREEN value IS 28 (11.33% from 255) = 10.45%

 BLUE value IS 159 (62.5% from 255) = 59.33%

R = 30.22%
G = 10.45%
B = 59.33%

CMYK

 C value IS 0.49

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#511C9F (or 0x511C9F) is known color: Daisy Bush. HEX triplet: 51, 1C and 9F. RGB value is (81,28,159). Sum of RGB (Red+Green+Blue) = 81+28+159=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #511C9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511C9F is #AEE360. Grayscale: #3A3A3A. Windows color (decimal): -11461473 or 10427473. OLE color: 10427473.

HSL color Cylindrical-coordinate representation of color #511C9F: hue angle of 264.27º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #511C9F is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 28 159 -
CMYK 0.49 0.82 0 0.38
HSL 264.27º 0.7% 0.37% -
HSV(B) 264.27º 0.82% 0.62% -
XYZ 10.07 5.08 33.25 -
YUV 58.78 184.56 143.85 -
System Red Green Blue C M Y K H S L
Decimal 81 28 159 0.49 0.82 0 0.38 264.27 0.7 0.37
Hex 51 1C 9F 31 52 0 26 108 46 25
Octal 121 34 237 61 122 0 46 410 106 45
Binary 1010001 11100 10011111 110001 1010010 0 100110 100001000 1000110 100101

Color Harmonies of #511C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511C9F

Black with #511C9F

Text Example


Text Example

White with #511C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511C9F; }

 p { color: rgb(81,28,159); }

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

background-color css

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

 a { background-color: rgb(81,28,159); }

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

border-color css

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

 span { border-color: rgb(81,28,159); }

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