Html Css Color HEX #512999 Daisy Bush

📋 copy color: '#512999'

red 81 ◦ green 41 ◦ blue 153

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

Shades of Daisy Bush #512999

Tints of Daisy Bush #512999

RGB

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

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

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

R = 29.45%
G = 14.91%
B = 55.64%

CMYK

 C value IS 0.47

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#512999 (or 0x512999) is known color: Daisy Bush. HEX triplet: 51, 29 and 99. RGB value is (81,41,153). Sum of RGB (Red+Green+Blue) = 81+41+153=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #512999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512999 is #AED666. Grayscale: #414141. Windows color (decimal): -11458151 or 10037585. OLE color: 10037585.

HSL color Cylindrical-coordinate representation of color #512999: hue angle of 261.43º 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 #512999 is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 41 153 -
CMYK 0.47 0.73 0 0.4
HSL 261.43º 0.58% 0.38% -
HSV(B) 261.43º 0.73% 0.6% -
XYZ 9.94 5.64 30.7 -
YUV 65.73 177.25 138.89 -
System Red Green Blue C M Y K H S L
Decimal 81 41 153 0.47 0.73 0 0.4 261.43 0.58 0.38
Hex 51 29 99 2F 49 0 28 105 3A 26
Octal 121 51 231 57 111 0 50 405 72 46
Binary 1010001 101001 10011001 101111 1001001 0 101000 100000101 111010 100110

Color Harmonies of #512999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512999

Black with #512999

Text Example


Text Example

White with #512999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512999; }

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

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

background-color css

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

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

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

border-color css

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

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

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