Html Css Color HEX #615391 Butterfly Bush

📋 copy color: '#615391'

red 97 ◦ green 83 ◦ blue 145

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

Shades of Butterfly Bush #615391

Tints of Butterfly Bush #615391

RGB

 RED value IS 97 (38.28% from 255) = 29.85%

 GREEN value IS 83 (32.81% from 255) = 25.54%

 BLUE value IS 145 (57.03% from 255) = 44.62%

R = 29.85%
G = 25.54%
B = 44.62%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#615391 (or 0x615391) is known color: Butterfly Bush. HEX triplet: 61, 53 and 91. RGB value is (97,83,145). Sum of RGB (Red+Green+Blue) = 97+83+145=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 145 - color contains mainly: blue. Hex color #615391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615391 is #9EAC6E. Grayscale: #5E5E5E. Windows color (decimal): -10398831 or 9524065. OLE color: 9524065.

HSL color Cylindrical-coordinate representation of color #615391: hue angle of 253.55º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #615391 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 83 145 -
CMYK 0.33 0.43 0 0.43
HSL 253.55º 0.27% 0.45% -
HSV(B) 253.55º 0.43% 0.57% -
XYZ 13.13 10.77 28.18 -
YUV 94.25 156.64 129.96 -
System Red Green Blue C M Y K H S L
Decimal 97 83 145 0.33 0.43 0 0.43 253.55 0.27 0.45
Hex 61 53 91 21 2B 0 2B FE 1B 2D
Octal 141 123 221 41 53 0 53 376 33 55
Binary 1100001 1010011 10010001 100001 101011 0 101011 11111110 11011 101101

Color Harmonies of #615391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615391

Black with #615391

Text Example


Text Example

White with #615391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615391; }

 p { color: rgb(97,83,145); }

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

background-color css

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

 a { background-color: rgb(97,83,145); }

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

border-color css

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

 span { border-color: rgb(97,83,145); }

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