Html Css Color HEX #512A99 Daisy Bush

📋 copy color: '#512A99'

red 81 ◦ green 42 ◦ blue 153

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

Shades of Daisy Bush #512A99

Tints of Daisy Bush #512A99

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.22%

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

R = 29.35%
G = 15.22%
B = 55.43%

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

#512A99 (or 0x512A99) is known color: Daisy Bush. HEX triplet: 51, 2A and 99. RGB value is (81,42,153). Sum of RGB (Red+Green+Blue) = 81+42+153=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 42 (16.80% from 255 or 15.22% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #512A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512A99 is #AED566. Grayscale: #414141. Windows color (decimal): -11457895 or 10037841. OLE color: 10037841.

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

Color convert

RGB 81 42 153 -
CMYK 0.47 0.73 0 0.4
HSL 261.08º 0.57% 0.38% -
HSV(B) 261.08º 0.73% 0.6% -
XYZ 9.97 5.71 30.71 -
YUV 66.32 176.92 138.47 -
System Red Green Blue C M Y K H S L
Decimal 81 42 153 0.47 0.73 0 0.4 261.08 0.57 0.38
Hex 51 2A 99 2F 49 0 28 105 39 26
Octal 121 52 231 57 111 0 50 405 71 46
Binary 1010001 101010 10011001 101111 1001001 0 101000 100000101 111001 100110

Color Harmonies of #512A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512A99

Black with #512A99

Text Example


Text Example

White with #512A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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