Html Css Color HEX #512F9B Daisy Bush

📋 copy color: '#512F9B'

red 81 ◦ green 47 ◦ blue 155

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

Shades of Daisy Bush #512F9B

Tints of Daisy Bush #512F9B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.61%

 BLUE value IS 155 (60.94% from 255) = 54.77%

R = 28.62%
G = 16.61%
B = 54.77%

CMYK

 C value IS 0.48

 M value IS 0.70

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#512F9B (or 0x512F9B) is known color: Daisy Bush. HEX triplet: 51, 2F and 9B. RGB value is (81,47,155). Sum of RGB (Red+Green+Blue) = 81+47+155=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #512F9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512F9B is #AED064. Grayscale: #454545. Windows color (decimal): -11456613 or 10170193. OLE color: 10170193.

HSL color Cylindrical-coordinate representation of color #512F9B: hue angle of 258.89º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #512F9B is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 47 155 -
CMYK 0.48 0.70 0 0.39
HSL 258.89º 0.53% 0.4% -
HSV(B) 258.89º 0.7% 0.61% -
XYZ 10.33 6.15 31.65 -
YUV 69.48 176.26 136.22 -
System Red Green Blue C M Y K H S L
Decimal 81 47 155 0.48 0.70 0 0.39 258.89 0.53 0.4
Hex 51 2F 9B 30 46 0 27 103 35 28
Octal 121 57 233 60 106 0 47 403 65 50
Binary 1010001 101111 10011011 110000 1000110 0 100111 100000011 110101 101000

Color Harmonies of #512F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512F9B

Black with #512F9B

Text Example


Text Example

White with #512F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,47,155); }

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

background-color css

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

 a { background-color: rgb(81,47,155); }

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

border-color css

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

 span { border-color: rgb(81,47,155); }

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