Html Css Color HEX #615595 Butterfly Bush

📋 copy color: '#615595'

red 97 ◦ green 85 ◦ blue 149

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

Shades of Butterfly Bush #615595

Tints of Butterfly Bush #615595

RGB

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

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

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

R = 29.31%
G = 25.68%
B = 45.02%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#615595 (or 0x615595) is known color: Butterfly Bush. HEX triplet: 61, 55 and 95. RGB value is (97,85,149). Sum of RGB (Red+Green+Blue) = 97+85+149=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #615595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615595 is #9EAA6A. Grayscale: #5F5F5F. Windows color (decimal): -10398315 or 9786721. OLE color: 9786721.

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

Color convert

RGB 97 85 149 -
CMYK 0.35 0.43 0 0.42
HSL 251.25º 0.27% 0.46% -
HSV(B) 251.25º 0.43% 0.58% -
XYZ 13.6 11.21 29.88 -
YUV 95.88 157.98 128.8 -
System Red Green Blue C M Y K H S L
Decimal 97 85 149 0.35 0.43 0 0.42 251.25 0.27 0.46
Hex 61 55 95 23 2B 0 2A FB 1B 2E
Octal 141 125 225 43 53 0 52 373 33 56
Binary 1100001 1010101 10010101 100011 101011 0 101010 11111011 11011 101110

Color Harmonies of #615595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615595

Black with #615595

Text Example


Text Example

White with #615595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615595; }

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

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

background-color css

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

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

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

border-color css

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

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

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