Html Css Color HEX #615392 Butterfly Bush

📋 copy color: '#615392'

red 97 ◦ green 83 ◦ blue 146

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

Shades of Butterfly Bush #615392

Tints of Butterfly Bush #615392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.79%

R = 29.75%
G = 25.46%
B = 44.79%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#615392 (or 0x615392) is known color: Butterfly Bush. HEX triplet: 61, 53 and 92. RGB value is (97,83,146). Sum of RGB (Red+Green+Blue) = 97+83+146=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #615392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615392 is #9EAC6D. Grayscale: #5E5E5E. Windows color (decimal): -10398830 or 9589601. OLE color: 9589601.

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

Color convert

RGB 97 83 146 -
CMYK 0.34 0.43 0 0.43
HSL 253.33º 0.28% 0.45% -
HSV(B) 253.33º 0.43% 0.57% -
XYZ 13.21 10.8 28.58 -
YUV 94.37 157.14 129.88 -
System Red Green Blue C M Y K H S L
Decimal 97 83 146 0.34 0.43 0 0.43 253.33 0.28 0.45
Hex 61 53 92 22 2B 0 2B FD 1C 2D
Octal 141 123 222 42 53 0 53 375 34 55
Binary 1100001 1010011 10010010 100010 101011 0 101011 11111101 11100 101101

Color Harmonies of #615392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615392

Black with #615392

Text Example


Text Example

White with #615392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615392; }

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

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

background-color css

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

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

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

border-color css

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

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

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