Html Css Color HEX #512799 Daisy Bush

📋 copy color: '#512799'

red 81 ◦ green 39 ◦ blue 153

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

Shades of Daisy Bush #512799

Tints of Daisy Bush #512799

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.29%

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

R = 29.67%
G = 14.29%
B = 56.04%

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

#512799 (or 0x512799) is known color: Daisy Bush. HEX triplet: 51, 27 and 99. RGB value is (81,39,153). Sum of RGB (Red+Green+Blue) = 81+39+153=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #512799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512799 is #AED866. Grayscale: #404040. Windows color (decimal): -11458663 or 10037073. OLE color: 10037073.

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

Color convert

RGB 81 39 153 -
CMYK 0.47 0.75 0 0.4
HSL 262.11º 0.59% 0.38% -
HSV(B) 262.11º 0.75% 0.6% -
XYZ 9.87 5.5 30.68 -
YUV 64.55 177.91 139.73 -
System Red Green Blue C M Y K H S L
Decimal 81 39 153 0.47 0.75 0 0.4 262.11 0.59 0.38
Hex 51 27 99 2F 4B 0 28 106 3B 26
Octal 121 47 231 57 113 0 50 406 73 46
Binary 1010001 100111 10011001 101111 1001011 0 101000 100000110 111011 100110

Color Harmonies of #512799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512799

Black with #512799

Text Example


Text Example

White with #512799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512799; }

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

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

background-color css

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

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

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

border-color css

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

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

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