Html Css Color HEX #512995 Daisy Bush

📋 copy color: '#512995'

red 81 ◦ green 41 ◦ blue 149

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

Shades of Daisy Bush #512995

Tints of Daisy Bush #512995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.13%

 BLUE value IS 149 (58.59% from 255) = 54.98%

R = 29.89%
G = 15.13%
B = 54.98%

CMYK

 C value IS 0.46

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#512995 (or 0x512995) is known color: Daisy Bush. HEX triplet: 51, 29 and 95. RGB value is (81,41,149). Sum of RGB (Red+Green+Blue) = 81+41+149=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #512995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512995 is #AED66A. Grayscale: #404040. Windows color (decimal): -11458155 or 9775441. OLE color: 9775441.

HSL color Cylindrical-coordinate representation of color #512995: hue angle of 262.22º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #512995 is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 41 149 -
CMYK 0.46 0.72 0 0.42
HSL 262.22º 0.57% 0.37% -
HSV(B) 262.22º 0.72% 0.58% -
XYZ 9.61 5.51 28.99 -
YUV 65.27 175.25 139.22 -
System Red Green Blue C M Y K H S L
Decimal 81 41 149 0.46 0.72 0 0.42 262.22 0.57 0.37
Hex 51 29 95 2E 48 0 2A 106 39 25
Octal 121 51 225 56 110 0 52 406 71 45
Binary 1010001 101001 10010101 101110 1001000 0 101010 100000110 111001 100101

Color Harmonies of #512995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512995

Black with #512995

Text Example


Text Example

White with #512995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512995; }

 p { color: rgb(81,41,149); }

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

background-color css

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

 a { background-color: rgb(81,41,149); }

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

border-color css

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

 span { border-color: rgb(81,41,149); }

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