Html Css Color HEX #513493 Daisy Bush

📋 copy color: '#513493'

red 81 ◦ green 52 ◦ blue 147

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

Shades of Daisy Bush #513493

Tints of Daisy Bush #513493

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.57%

 BLUE value IS 147 (57.81% from 255) = 52.5%

R = 28.93%
G = 18.57%
B = 52.5%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#513493 (or 0x513493) is known color: Daisy Bush. HEX triplet: 51, 34 and 93. RGB value is (81,52,147). Sum of RGB (Red+Green+Blue) = 81+52+147=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #513493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513493 is #AECB6C. Grayscale: #474747. Windows color (decimal): -11455341 or 9647185. OLE color: 9647185.

HSL color Cylindrical-coordinate representation of color #513493: hue angle of 258.32º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #513493 is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 52 147 -
CMYK 0.45 0.65 0 0.42
HSL 258.32º 0.48% 0.39% -
HSV(B) 258.32º 0.65% 0.58% -
XYZ 9.89 6.31 28.3 -
YUV 71.5 170.61 134.78 -
System Red Green Blue C M Y K H S L
Decimal 81 52 147 0.45 0.65 0 0.42 258.32 0.48 0.39
Hex 51 34 93 2D 41 0 2A 102 30 27
Octal 121 64 223 55 101 0 52 402 60 47
Binary 1010001 110100 10010011 101101 1000001 0 101010 100000010 110000 100111

Color Harmonies of #513493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513493

Black with #513493

Text Example


Text Example

White with #513493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513493; }

 p { color: rgb(81,52,147); }

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

background-color css

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

 a { background-color: rgb(81,52,147); }

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

border-color css

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

 span { border-color: rgb(81,52,147); }

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