Html Css Color HEX #512498 Daisy Bush

📋 copy color: '#512498'

red 81 ◦ green 36 ◦ blue 152

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

Shades of Daisy Bush #512498

Tints of Daisy Bush #512498

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.38%

 BLUE value IS 152 (59.77% from 255) = 56.51%

R = 30.11%
G = 13.38%
B = 56.51%

CMYK

 C value IS 0.47

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#512498 (or 0x512498) is known color: Daisy Bush. HEX triplet: 51, 24 and 98. RGB value is (81,36,152). Sum of RGB (Red+Green+Blue) = 81+36+152=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #512498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512498 is #AEDB67. Grayscale: #3E3E3E. Windows color (decimal): -11459432 or 9970769. OLE color: 9970769.

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

Color convert

RGB 81 36 152 -
CMYK 0.47 0.76 0 0.40
HSL 263.28º 0.62% 0.37% -
HSV(B) 263.28º 0.76% 0.6% -
XYZ 9.69 5.28 30.21 -
YUV 62.68 178.41 141.07 -
System Red Green Blue C M Y K H S L
Decimal 81 36 152 0.47 0.76 0 0.40 263.28 0.62 0.37
Hex 51 24 98 2F 4C 0 28 107 3E 25
Octal 121 44 230 57 114 0 50 407 76 45
Binary 1010001 100100 10011000 101111 1001100 0 101000 100000111 111110 100101

Color Harmonies of #512498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512498

Black with #512498

Text Example


Text Example

White with #512498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512498; }

 p { color: rgb(81,36,152); }

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

background-color css

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

 a { background-color: rgb(81,36,152); }

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

border-color css

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

 span { border-color: rgb(81,36,152); }

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