Html Css Color HEX #615597 Butterfly Bush

📋 copy color: '#615597'

red 97 ◦ green 85 ◦ blue 151

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

Shades of Butterfly Bush #615597

Tints of Butterfly Bush #615597

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.53%

 BLUE value IS 151 (59.38% from 255) = 45.35%

R = 29.13%
G = 25.53%
B = 45.35%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#615597 (or 0x615597) is known color: Butterfly Bush. HEX triplet: 61, 55 and 97. RGB value is (97,85,151). Sum of RGB (Red+Green+Blue) = 97+85+151=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 151 (59.38% from 255 or 45.35% from 333); Max value from RGB is 151 - color contains mainly: blue. Hex color #615597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615597 is #9EAA68. Grayscale: #5F5F5F. Windows color (decimal): -10398313 or 9917793. OLE color: 9917793.

HSL color Cylindrical-coordinate representation of color #615597: hue angle of 250.91º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #615597 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 85 151 -
CMYK 0.36 0.44 0 0.41
HSL 250.91º 0.28% 0.46% -
HSV(B) 250.91º 0.44% 0.59% -
XYZ 13.76 11.27 30.73 -
YUV 96.11 158.98 128.63 -
System Red Green Blue C M Y K H S L
Decimal 97 85 151 0.36 0.44 0 0.41 250.91 0.28 0.46
Hex 61 55 97 24 2C 0 29 FB 1C 2E
Octal 141 125 227 44 54 0 51 373 34 56
Binary 1100001 1010101 10010111 100100 101100 0 101001 11111011 11100 101110

Color Harmonies of #615597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615597

Black with #615597

Text Example


Text Example

White with #615597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615597; }

 p { color: rgb(97,85,151); }

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

background-color css

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

 a { background-color: rgb(97,85,151); }

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

border-color css

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

 span { border-color: rgb(97,85,151); }

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