Html Css Color HEX #512496 Daisy Bush

📋 copy color: '#512496'

red 81 ◦ green 36 ◦ blue 150

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

Shades of Daisy Bush #512496

Tints of Daisy Bush #512496

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.48%

 BLUE value IS 150 (58.98% from 255) = 56.18%

R = 30.34%
G = 13.48%
B = 56.18%

CMYK

 C value IS 0.46

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#512496 (or 0x512496) is known color: Daisy Bush. HEX triplet: 51, 24 and 96. RGB value is (81,36,150). Sum of RGB (Red+Green+Blue) = 81+36+150=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 150 (58.98% from 255 or 56.18% from 267); Max value from RGB is 150 - color contains mainly: blue. Hex color #512496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512496 is #AEDB69. Grayscale: #3E3E3E. Windows color (decimal): -11459434 or 9839697. OLE color: 9839697.

HSL color Cylindrical-coordinate representation of color #512496: hue angle of 263.68º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #512496 is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 36 150 -
CMYK 0.46 0.76 0 0.41
HSL 263.68º 0.61% 0.36% -
HSV(B) 263.68º 0.76% 0.59% -
XYZ 9.53 5.21 29.36 -
YUV 62.45 177.41 141.23 -
System Red Green Blue C M Y K H S L
Decimal 81 36 150 0.46 0.76 0 0.41 263.68 0.61 0.36
Hex 51 24 96 2E 4C 0 29 108 3D 24
Octal 121 44 226 56 114 0 51 410 75 44
Binary 1010001 100100 10010110 101110 1001100 0 101001 100001000 111101 100100

Color Harmonies of #512496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512496

Black with #512496

Text Example


Text Example

White with #512496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512496; }

 p { color: rgb(81,36,150); }

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

background-color css

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

 a { background-color: rgb(81,36,150); }

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

border-color css

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

 span { border-color: rgb(81,36,150); }

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