Html Css Color HEX #615190 Butterfly Bush

📋 copy color: '#615190'

red 97 ◦ green 81 ◦ blue 144

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

Shades of Butterfly Bush #615190

Tints of Butterfly Bush #615190

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.16%

 BLUE value IS 144 (56.64% from 255) = 44.72%

R = 30.12%
G = 25.16%
B = 44.72%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#615190 (or 0x615190) is known color: Butterfly Bush. HEX triplet: 61, 51 and 90. RGB value is (97,81,144). Sum of RGB (Red+Green+Blue) = 97+81+144=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #615190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615190 is #9EAE6F. Grayscale: #5C5C5C. Windows color (decimal): -10399344 or 9458017. OLE color: 9458017.

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

Color convert

RGB 97 81 144 -
CMYK 0.33 0.44 0 0.44
HSL 255.24º 0.28% 0.44% -
HSV(B) 255.24º 0.44% 0.56% -
XYZ 12.91 10.44 27.72 -
YUV 92.97 156.8 130.88 -
System Red Green Blue C M Y K H S L
Decimal 97 81 144 0.33 0.44 0 0.44 255.24 0.28 0.44
Hex 61 51 90 21 2C 0 2C FF 1C 2C
Octal 141 121 220 41 54 0 54 377 34 54
Binary 1100001 1010001 10010000 100001 101100 0 101100 11111111 11100 101100

Color Harmonies of #615190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615190

Black with #615190

Text Example


Text Example

White with #615190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615190; }

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

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

background-color css

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

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

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

border-color css

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

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

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