Html Css Color HEX #512099 Daisy Bush

📋 copy color: '#512099'

red 81 ◦ green 32 ◦ blue 153

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

Shades of Daisy Bush #512099

Tints of Daisy Bush #512099

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.03%

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

R = 30.45%
G = 12.03%
B = 57.52%

CMYK

 C value IS 0.47

 M value IS 0.79

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#512099 (or 0x512099) is known color: Daisy Bush. HEX triplet: 51, 20 and 99. RGB value is (81,32,153). Sum of RGB (Red+Green+Blue) = 81+32+153=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #512099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512099 is #AEDF66. Grayscale: #3C3C3C. Windows color (decimal): -11460455 or 10035281. OLE color: 10035281.

HSL color Cylindrical-coordinate representation of color #512099: hue angle of 264.3º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #512099 is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 32 153 -
CMYK 0.47 0.79 0 0.4
HSL 264.3º 0.65% 0.36% -
HSV(B) 264.3º 0.79% 0.6% -
XYZ 9.66 5.08 30.61 -
YUV 60.45 180.23 142.66 -
System Red Green Blue C M Y K H S L
Decimal 81 32 153 0.47 0.79 0 0.4 264.3 0.65 0.36
Hex 51 20 99 2F 4F 0 28 108 41 24
Octal 121 40 231 57 117 0 50 410 101 44
Binary 1010001 100000 10011001 101111 1001111 0 101000 100001000 1000001 100100

Color Harmonies of #512099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512099

Black with #512099

Text Example


Text Example

White with #512099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512099; }

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

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

background-color css

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

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

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

border-color css

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

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

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