Html Css Color HEX #512396 Daisy Bush

📋 copy color: '#512396'

red 81 ◦ green 35 ◦ blue 150

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

Shades of Daisy Bush #512396

Tints of Daisy Bush #512396

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.16%

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

R = 30.45%
G = 13.16%
B = 56.39%

CMYK

 C value IS 0.46

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#512396 (or 0x512396) is known color: Daisy Bush. HEX triplet: 51, 23 and 96. RGB value is (81,35,150). Sum of RGB (Red+Green+Blue) = 81+35+150=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 150 (58.98% from 255 or 56.39% from 266); Max value from RGB is 150 - color contains mainly: blue. Hex color #512396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512396 is #AEDC69. Grayscale: #3D3D3D. Windows color (decimal): -11459690 or 9839441. OLE color: 9839441.

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

Color convert

RGB 81 35 150 -
CMYK 0.46 0.77 0 0.41
HSL 264º 0.62% 0.36% -
HSV(B) 264º 0.77% 0.59% -
XYZ 9.5 5.15 29.35 -
YUV 61.86 177.74 141.65 -
System Red Green Blue C M Y K H S L
Decimal 81 35 150 0.46 0.77 0 0.41 264 0.62 0.36
Hex 51 23 96 2E 4D 0 29 108 3E 24
Octal 121 43 226 56 115 0 51 410 76 44
Binary 1010001 100011 10010110 101110 1001101 0 101001 100001000 111110 100100

Color Harmonies of #512396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512396

Black with #512396

Text Example


Text Example

White with #512396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512396; }

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

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

background-color css

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

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

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

border-color css

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

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

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