Html Css Color HEX #615394 Butterfly Bush

📋 copy color: '#615394'

red 97 ◦ green 83 ◦ blue 148

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

Shades of Butterfly Bush #615394

Tints of Butterfly Bush #615394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.12%

R = 29.57%
G = 25.3%
B = 45.12%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#615394 (or 0x615394) is known color: Butterfly Bush. HEX triplet: 61, 53 and 94. RGB value is (97,83,148). Sum of RGB (Red+Green+Blue) = 97+83+148=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #615394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615394 is #9EAC6B. Grayscale: #5E5E5E. Windows color (decimal): -10398828 or 9720673. OLE color: 9720673.

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

Color convert

RGB 97 83 148 -
CMYK 0.34 0.44 0 0.42
HSL 252.92º 0.28% 0.45% -
HSV(B) 252.92º 0.44% 0.58% -
XYZ 13.37 10.87 29.41 -
YUV 94.6 158.14 129.71 -
System Red Green Blue C M Y K H S L
Decimal 97 83 148 0.34 0.44 0 0.42 252.92 0.28 0.45
Hex 61 53 94 22 2C 0 2A FD 1C 2D
Octal 141 123 224 42 54 0 52 375 34 55
Binary 1100001 1010011 10010100 100010 101100 0 101010 11111101 11100 101101

Color Harmonies of #615394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615394

Black with #615394

Text Example


Text Example

White with #615394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615394; }

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

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

background-color css

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

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

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

border-color css

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

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

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