Html Css Color HEX #512699 Daisy Bush

📋 copy color: '#512699'

red 81 ◦ green 38 ◦ blue 153

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

Shades of Daisy Bush #512699

Tints of Daisy Bush #512699

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.97%

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

R = 29.78%
G = 13.97%
B = 56.25%

CMYK

 C value IS 0.47

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#512699 (or 0x512699) is known color: Daisy Bush. HEX triplet: 51, 26 and 99. RGB value is (81,38,153). Sum of RGB (Red+Green+Blue) = 81+38+153=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #512699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512699 is #AED966. Grayscale: #3F3F3F. Windows color (decimal): -11458919 or 10036817. OLE color: 10036817.

HSL color Cylindrical-coordinate representation of color #512699: hue angle of 262.43º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #512699 is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 38 153 -
CMYK 0.47 0.75 0 0.4
HSL 262.43º 0.6% 0.37% -
HSV(B) 262.43º 0.75% 0.6% -
XYZ 9.84 5.44 30.67 -
YUV 63.97 178.25 140.15 -
System Red Green Blue C M Y K H S L
Decimal 81 38 153 0.47 0.75 0 0.4 262.43 0.6 0.37
Hex 51 26 99 2F 4B 0 28 106 3C 25
Octal 121 46 231 57 113 0 50 406 74 45
Binary 1010001 100110 10011001 101111 1001011 0 101000 100000110 111100 100101

Color Harmonies of #512699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512699

Black with #512699

Text Example


Text Example

White with #512699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512699; }

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

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

background-color css

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

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

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

border-color css

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

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

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