#615195

Color #615195 Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #615195

Tints of Butterfly Bush #615195

Color information

#615195 (or 0x615195) is unknown color: approx Butterfly Bush. HEX triplet: 61, 51 and 95. RGB value is (97,81,149). Sum of RGB (Red+Green+Blue) = 97+81+149=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #615195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615195 is #9EAE6A. Grayscale: #5D5D5D. Windows color (decimal): -10399339 or 9785697. OLE color: 9785697.

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

Color convert

RGB9781149-
CMYK0.350.4600.42
HSL254.12º29.57%45.1%-
HSV(B)254.12º45.64%58.43%-
XYZ13.310.629.78-
YUV93.54159.3130.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.66%
GREEN value IS 81 (32.03% from 255) = 24.77%
BLUE value IS 149 (58.59% from 255) = 45.57%
R=29.66%
G=24.77%
B=45.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97811490.350.4600.42254.1229.5745.1
Hex615195232E02Afe1e2d
Octal14112122543560523763655
Binary110000110100011001010110001110111001010101111111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615195; }

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

 H1.HeaderClassName
 {
   color: #615195;
 }
 .AnyTagClassName
 {
   color: #615195;
 }
</style>
background-color css

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

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

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

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

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

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