Html Css Color HEX #512E9D Daisy Bush

📋 copy color: '#512E9D'

red 81 ◦ green 46 ◦ blue 157

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

Shades of Daisy Bush #512E9D

Tints of Daisy Bush #512E9D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.2%

 BLUE value IS 157 (61.72% from 255) = 55.28%

R = 28.52%
G = 16.2%
B = 55.28%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#512E9D (or 0x512E9D) is known color: Daisy Bush. HEX triplet: 51, 2E and 9D. RGB value is (81,46,157). Sum of RGB (Red+Green+Blue) = 81+46+157=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #512E9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512E9D is #AED162. Grayscale: #444444. Windows color (decimal): -11456867 or 10301009. OLE color: 10301009.

HSL color Cylindrical-coordinate representation of color #512E9D: hue angle of 258.92º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #512E9D is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 46 157 -
CMYK 0.48 0.71 0 0.38
HSL 258.92º 0.55% 0.4% -
HSV(B) 258.92º 0.71% 0.62% -
XYZ 10.46 6.14 32.53 -
YUV 69.12 177.6 136.47 -
System Red Green Blue C M Y K H S L
Decimal 81 46 157 0.48 0.71 0 0.38 258.92 0.55 0.4
Hex 51 2E 9D 30 47 0 26 103 37 28
Octal 121 56 235 60 107 0 46 403 67 50
Binary 1010001 101110 10011101 110000 1000111 0 100110 100000011 110111 101000

Color Harmonies of #512E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512E9D

Black with #512E9D

Text Example


Text Example

White with #512E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,46,157); }

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

background-color css

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

 a { background-color: rgb(81,46,157); }

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

border-color css

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

 span { border-color: rgb(81,46,157); }

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